#BDDAEA

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

Shades of Light Blue #BDDAEA

Tints of Light Blue #BDDAEA

Color information

#BDDAEA (or 0xBDDAEA) is unknown color: approx Light Blue. HEX triplet: BD, DA and EA. RGB value is (189,218,234). Sum of RGB (Red+Green+Blue) = 189+218+234=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAEA is #422515. Grayscale: #D3D3D3. Windows color (decimal): -4334870 or 15391421. OLE color: 15391421.

HSL color Cylindrical-coordinate representation of color #BDDAEA: hue angle of 201.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDAEA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189218234-
CMYK0.190.0700.08
HSL201.33º51.72%82.94%-
HSV(B)201.33º19.23%91.76%-
XYZ60.9166.987.55-
YUV211.15140.89112.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=29.49%
G=34.01%
B=36.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892182340.190.0700.08201.3351.7282.94
HexBDDAEA13708c93453
Octal27533235223701031164123
Binary1011110111011010111010101001111101000110010011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAEA; }

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

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

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

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

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

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

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

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