#BDDAEE

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

Shades of Light Blue #BDDAEE

Tints of Light Blue #BDDAEE

Color information

#BDDAEE (or 0xBDDAEE) is unknown color: approx Light Blue. HEX triplet: BD, DA and EE. RGB value is (189,218,238). Sum of RGB (Red+Green+Blue) = 189+218+238=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAEE is #422511. Grayscale: #D3D3D3. Windows color (decimal): -4334866 or 15653565. OLE color: 15653565.

HSL color Cylindrical-coordinate representation of color #BDDAEE: hue angle of 204.49º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDAEE is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189218238-
CMYK0.210.0800.07
HSL204.49º59.04%83.73%-
HSV(B)204.49º20.59%93.33%-
XYZ61.4967.1390.61-
YUV211.61142.89111.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=29.30%
G=33.80%
B=36.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892182380.210.0800.07204.4959.0483.73
HexBDDAEE15807cc3b54
Octal27533235625100731473124
Binary1011110111011010111011101010110000111110011001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAEE; }

 p { color: rgb(189,218,238); }

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

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

 a { background-color: rgb(189,218,238); }

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

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

 span { border-color: rgb(189,218,238); }

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