Html Css Color HEX #BDD2DB Light Blue

📋 copy color: '#BDD2DB'

red 189 ◦ green 210 ◦ blue 219

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

Shades of Light Blue #BDD2DB

Tints of Light Blue #BDD2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.98%

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 30.58%
G = 33.98%
B = 35.44%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDD2DB (or 0xBDD2DB) is known color: Light Blue. HEX triplet: BD, D2 and DB. RGB value is (189,210,219). Sum of RGB (Red+Green+Blue) = 189+210+219=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2DB is #422D24. Grayscale: #CCCCCC. Windows color (decimal): -4336933 or 14406333. OLE color: 14406333.

HSL color Cylindrical-coordinate representation of color #BDD2DB: hue angle of 198º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD2DB is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 210 219 -
CMYK 0.14 0.04 0 0.14
HSL 198º 0.29% 0.8% -
HSV(B) 198º 0.14% 0.86% -
XYZ 56.82 62.03 76 -
YUV 204.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 189 210 219 0.14 0.04 0 0.14 198 0.29 0.8
Hex BD D2 DB E 4 0 E C6 1D 50
Octal 275 322 333 16 4 0 16 306 35 120
Binary 10111101 11010010 11011011 1110 100 0 1110 11000110 11101 1010000

Color Harmonies of #BDD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2DB

Black with #BDD2DB

Text Example


Text Example

White with #BDD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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