#BDDBF0

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

Shades of Light Blue #BDDBF0

Tints of Light Blue #BDDBF0

Color information

#BDDBF0 (or 0xBDDBF0) is unknown color: approx Light Blue. HEX triplet: BD, DB and F0. RGB value is (189,219,240). Sum of RGB (Red+Green+Blue) = 189+219+240=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDDBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBF0 is #42240F. Grayscale: #D4D4D4. Windows color (decimal): -4334608 or 15784893. OLE color: 15784893.

HSL color Cylindrical-coordinate representation of color #BDDBF0: hue angle of 204.71º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDBF0 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189219240-
CMYK0.210.0900.06
HSL204.71º62.96%84.12%-
HSV(B)204.71º21.25%94.12%-
XYZ62.0567.7792.25-
YUV212.42143.56111.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.17%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=29.17%
G=33.80%
B=37.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892192400.210.0900.06204.7162.9684.12
HexBDDBF015906cd3f54
Octal27533336025110631577124
Binary1011110111011011111100001010110010110110011011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBF0; }

 p { color: rgb(189,219,240); }

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

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

 a { background-color: rgb(189,219,240); }

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

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

 span { border-color: rgb(189,219,240); }

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