Html Css Color HEX #BDD5DB Light Blue

📋 copy color: '#BDD5DB'

red 189 ◦ green 213 ◦ blue 219

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

Shades of Light Blue #BDD5DB

Tints of Light Blue #BDD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.3%

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

R = 30.43%
G = 34.3%
B = 35.27%

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

#BDD5DB (or 0xBDD5DB) is known color: Light Blue. HEX triplet: BD, D5 and DB. RGB value is (189,213,219). Sum of RGB (Red+Green+Blue) = 189+213+219=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5DB is #422A24. Grayscale: #CECECE. Windows color (decimal): -4336165 or 14407101. OLE color: 14407101.

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

Color convert

RGB 189 213 219 -
CMYK 0.14 0.03 0 0.14
HSL 192º 0.29% 0.8% -
HSV(B) 192º 0.14% 0.86% -
XYZ 57.57 63.52 76.24 -
YUV 206.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 189 213 219 0.14 0.03 0 0.14 192 0.29 0.8
Hex BD D5 DB E 3 0 E C0 1D 50
Octal 275 325 333 16 3 0 16 300 35 120
Binary 10111101 11010101 11011011 1110 11 0 1110 11000000 11101 1010000

Color Harmonies of #BDD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5DB

Black with #BDD5DB

Text Example


Text Example

White with #BDD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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