Html Css Color HEX #BDD4DB Light Blue

📋 copy color: '#BDD4DB'

red 189 ◦ green 212 ◦ blue 219

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

Shades of Light Blue #BDD4DB

Tints of Light Blue #BDD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.19%

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

R = 30.48%
G = 34.19%
B = 35.32%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDD4DB (or 0xBDD4DB) is known color: Light Blue. HEX triplet: BD, D4 and DB. RGB value is (189,212,219). Sum of RGB (Red+Green+Blue) = 189+212+219=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4DB is #422B24. Grayscale: #CDCDCD. Windows color (decimal): -4336421 or 14406845. OLE color: 14406845.

HSL color Cylindrical-coordinate representation of color #BDD4DB: hue angle of 194º 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 #BDD4DB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 212 219 -
CMYK 0.14 0.03 0 0.14
HSL 194º 0.29% 0.8% -
HSV(B) 194º 0.14% 0.86% -
XYZ 57.32 63.02 76.16 -
YUV 205.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 189 212 219 0.14 0.03 0 0.14 194 0.29 0.8
Hex BD D4 DB E 3 0 E C2 1D 50
Octal 275 324 333 16 3 0 16 302 35 120
Binary 10111101 11010100 11011011 1110 11 0 1110 11000010 11101 1010000

Color Harmonies of #BDD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD4DB

Black with #BDD4DB

Text Example


Text Example

White with #BDD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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