#BDDAE3

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

Shades of Light Blue #BDDAE3

Tints of Light Blue #BDDAE3

Color information

#BDDAE3 (or 0xBDDAE3) is unknown color: approx Light Blue. HEX triplet: BD, DA and E3. RGB value is (189,218,227). Sum of RGB (Red+Green+Blue) = 189+218+227=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDDAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAE3 is #42251C. Grayscale: #D2D2D2. Windows color (decimal): -4334877 or 14932669. OLE color: 14932669.

HSL color Cylindrical-coordinate representation of color #BDDAE3: hue angle of 194.21º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDAE3 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189218227-
CMYK0.170.0400.11
HSL194.21º40.43%81.57%-
HSV(B)194.21º16.74%89.02%-
XYZ59.9266.5182.35-
YUV210.35137.39112.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 227 (89.06% from 255) = 35.80%
R=29.81%
G=34.38%
B=35.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892182270.170.0400.11194.2140.4381.57
HexBDDAE31140Bc22852
Octal27533234321401330250122
Binary1011110111011010111000111000110001011110000101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAE3; }

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

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

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

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

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

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

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

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