Html Css Color HEX #BDDBEA Light Blue

📋 copy color: '#BDDBEA'

red 189 ◦ green 219 ◦ blue 234

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

Shades of Light Blue #BDDBEA

Tints of Light Blue #BDDBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.11%

 BLUE value IS 234 (91.8% from 255) = 36.45%

R = 29.44%
G = 34.11%
B = 36.45%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDDBEA (or 0xBDDBEA) is known color: Light Blue. HEX triplet: BD, DB and EA. RGB value is (189,219,234). Sum of RGB (Red+Green+Blue) = 189+219+234=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBEA is #422415. Grayscale: #D3D3D3. Windows color (decimal): -4334614 or 15391677. OLE color: 15391677.

HSL color Cylindrical-coordinate representation of color #BDDBEA: hue angle of 200º 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 #BDDBEA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 219 234 -
CMYK 0.19 0.06 0 0.08
HSL 200º 0.52% 0.83% -
HSV(B) 200º 0.19% 0.92% -
XYZ 61.17 67.42 87.63 -
YUV 211.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 189 219 234 0.19 0.06 0 0.08 200 0.52 0.83
Hex BD DB EA 13 6 0 8 C8 34 53
Octal 275 333 352 23 6 0 10 310 64 123
Binary 10111101 11011011 11101010 10011 110 0 1000 11001000 110100 1010011

Color Harmonies of #BDDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBEA

Black with #BDDBEA

Text Example


Text Example

White with #BDDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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