Html Css Color HEX #BDD8DB Powder Blue

📋 copy color: '#BDD8DB'

red 189 ◦ green 216 ◦ blue 219

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

Shades of Powder Blue #BDD8DB

Tints of Powder Blue #BDD8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.62%

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

R = 30.29%
G = 34.62%
B = 35.1%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDD8DB (or 0xBDD8DB) is known color: Powder Blue. HEX triplet: BD, D8 and DB. RGB value is (189,216,219). Sum of RGB (Red+Green+Blue) = 189+216+219=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8DB is #422724. Grayscale: #D0D0D0. Windows color (decimal): -4335397 or 14407869. OLE color: 14407869.

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

Color convert

RGB 189 216 219 -
CMYK 0.14 0.01 0 0.14
HSL 186º 0.29% 0.8% -
HSV(B) 186º 0.14% 0.86% -
XYZ 58.33 65.05 76.5 -
YUV 208.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 189 216 219 0.14 0.01 0 0.14 186 0.29 0.8
Hex BD D8 DB E 1 0 E BA 1D 50
Octal 275 330 333 16 1 0 16 272 35 120
Binary 10111101 11011000 11011011 1110 1 0 1110 10111010 11101 1010000

Color Harmonies of #BDD8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD8DB

Black with #BDD8DB

Text Example


Text Example

White with #BDD8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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