#BDDAE6

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

Shades of Light Blue #BDDAE6

Tints of Light Blue #BDDAE6

Color information

#BDDAE6 (or 0xBDDAE6) is unknown color: approx Light Blue. HEX triplet: BD, DA and E6. RGB value is (189,218,230). Sum of RGB (Red+Green+Blue) = 189+218+230=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAE6 is #422519. Grayscale: #D2D2D2. Windows color (decimal): -4334874 or 15129277. OLE color: 15129277.

HSL color Cylindrical-coordinate representation of color #BDDAE6: hue angle of 197.56º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDAE6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189218230-
CMYK0.180.0500.10
HSL197.56º45.05%82.16%-
HSV(B)197.56º17.83%90.2%-
XYZ60.3466.6784.55-
YUV210.7138.89112.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=29.67%
G=34.22%
B=36.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892182300.180.0500.10197.5645.0582.16
HexBDDAE61250Ac62d52
Octal27533234622501230655122
Binary1011110111011010111001101001010101010110001101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAE6; }

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

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

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

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

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

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

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

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