#BDDDF0

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

Shades of Light Blue #BDDDF0

Tints of Light Blue #BDDDF0

Color information

#BDDDF0 (or 0xBDDDF0) is unknown color: approx Light Blue. HEX triplet: BD, DD and F0. RGB value is (189,221,240). Sum of RGB (Red+Green+Blue) = 189+221+240=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF0 is #42220F. Grayscale: #D5D5D5. Windows color (decimal): -4334096 or 15785405. OLE color: 15785405.

HSL color Cylindrical-coordinate representation of color #BDDDF0: hue angle of 202.35º 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 #BDDDF0 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189221240-
CMYK0.210.0800.06
HSL202.35º62.96%84.12%-
HSV(B)202.35º21.25%94.12%-
XYZ62.5768.8292.42-
YUV213.6142.9110.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=29.08%
G=34%
B=36.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892212400.210.0800.06202.3562.9684.12
HexBDDDF015806ca3f54
Octal27533536025100631277124
Binary1011110111011101111100001010110000110110010101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDF0; }

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

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

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

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

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

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

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

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