Html Css Color HEX #BDDAEC Light Blue

📋 copy color: '#BDDAEC'

red 189 ◦ green 218 ◦ blue 236

#BDDAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #BDDAEC

Tints of Light Blue #BDDAEC

RGB

 RED value IS 189 (74.22% from 255) = 29.39%

 GREEN value IS 218 (85.55% from 255) = 33.9%

 BLUE value IS 236 (92.58% from 255) = 36.7%

R = 29.39%
G = 33.9%
B = 36.7%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDDAEC (or 0xBDDAEC) is known color: Light Blue. HEX triplet: BD, DA and EC. RGB value is (189,218,236). Sum of RGB (Red+Green+Blue) = 189+218+236=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAEC is #422513. Grayscale: #D3D3D3. Windows color (decimal): -4334868 or 15522493. OLE color: 15522493.

HSL color Cylindrical-coordinate representation of color #BDDAEC: hue angle of 202.98º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDAEC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 218 236 -
CMYK 0.20 0.08 0 0.07
HSL 202.98º 0.55% 0.83% -
HSV(B) 202.98º 0.2% 0.93% -
XYZ 61.2 67.02 89.07 -
YUV 211.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 189 218 236 0.20 0.08 0 0.07 202.98 0.55 0.83
Hex BD DA EC 14 8 0 7 CB 37 53
Octal 275 332 354 24 10 0 7 313 67 123
Binary 10111101 11011010 11101100 10100 1000 0 111 11001011 110111 1010011

Color Harmonies of #BDDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAEC

Black with #BDDAEC

Text Example


Text Example

White with #BDDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAEC; }

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

 H1.HeaderClassName
 {
   color: #BDDAEC;
 }
 .AnyTagClassName
 {
   color: #BDDAEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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