#BDDCF1

Color #BDDCF1 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BDDCF1

Tints of Light Blue #BDDCF1

Color information

#BDDCF1 (or 0xBDDCF1) is unknown color: approx Light Blue. HEX triplet: BD, DC and F1. RGB value is (189,220,241). Sum of RGB (Red+Green+Blue) = 189+220+241=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCF1 is #42230E. Grayscale: #D5D5D5. Windows color (decimal): -4334351 or 15850685. OLE color: 15850685.

HSL color Cylindrical-coordinate representation of color #BDDCF1: hue angle of 204.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDCF1 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189220241-
CMYK0.220.0900.05
HSL204.23º65%84.31%-
HSV(B)204.23º21.58%94.51%-
XYZ62.4668.3693.12-
YUV213.12143.73110.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=29.08%
G=33.85%
B=37.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892202410.220.0900.05204.236584.31
HexBDDCF116905cc4154
Octal275334361261105314101124
Binary10111101110111001111000110110100101011100110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCF1; }

 p { color: rgb(189,220,241); }

 H1.HeaderClassName
 {
   color: #BDDCF1;
 }
 .AnyTagClassName
 {
   color: #BDDCF1;
 }
</style>
background-color css

<style>
 a { background-color: #BDDCF1; }

 a { background-color: rgb(189,220,241); }

 div.DivClassName
 {
   background-color: #BDDCF1;
 }
 .BgClassName
 {
   background-color: #BDDCF1;
 }
</style>
border-color css

<style>
 span { border-color: #BDDCF1; }

 span { border-color: rgb(189,220,241); }

 td.TdClassName
 {
   border-color: #BDDCF1;
 }
 .TagClassName
 {
   border-color: #BDDCF1;
 }
</style>