Html Css Color HEX #BDDBED Light Blue

📋 copy color: '#BDDBED'

red 189 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #BDDBED

Tints of Light Blue #BDDBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.74%

R = 29.3%
G = 33.95%
B = 36.74%

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

#BDDBED (or 0xBDDBED) is known color: Light Blue. HEX triplet: BD, DB and ED. RGB value is (189,219,237). Sum of RGB (Red+Green+Blue) = 189+219+237=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBED is #422412. Grayscale: #D3D3D3. Windows color (decimal): -4334611 or 15588285. OLE color: 15588285.

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

Color convert

RGB 189 219 237 -
CMYK 0.20 0.08 0 0.07
HSL 202.5º 0.57% 0.84% -
HSV(B) 202.5º 0.2% 0.93% -
XYZ 61.6 67.6 89.92 -
YUV 212.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 189 219 237 0.20 0.08 0 0.07 202.5 0.57 0.84
Hex BD DB ED 14 8 0 7 CA 39 54
Octal 275 333 355 24 10 0 7 312 71 124
Binary 10111101 11011011 11101101 10100 1000 0 111 11001010 111001 1010100

Color Harmonies of #BDDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBED

Black with #BDDBED

Text Example


Text Example

White with #BDDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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