#BDDDF1

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

Shades of Light Blue #BDDDF1

Tints of Light Blue #BDDDF1

Color information

#BDDDF1 (or 0xBDDDF1) is unknown color: approx Light Blue. HEX triplet: BD, DD and F1. RGB value is (189,221,241). Sum of RGB (Red+Green+Blue) = 189+221+241=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF1 is #42220E. Grayscale: #D5D5D5. Windows color (decimal): -4334095 or 15850941. OLE color: 15850941.

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

Color convert

RGB189221241-
CMYK0.220.0800.05
HSL203.08º65%84.31%-
HSV(B)203.08º21.58%94.51%-
XYZ62.7268.8893.21-
YUV213.71143.4110.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.03%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 241 (94.53% from 255) = 37.02%
R=29.03%
G=33.95%
B=37.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892212410.220.0800.05203.086584.31
HexBDDDF116805cb4154
Octal275335361261005313101124
Binary10111101110111011111000110110100001011100101110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDF1; }

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

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

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

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

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

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

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

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