Html Css Color HEX #BDD7DB Powder Blue

📋 copy color: '#BDD7DB'

red 189 ◦ green 215 ◦ blue 219

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

Shades of Powder Blue #BDD7DB

Tints of Powder Blue #BDD7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.51%

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

R = 30.34%
G = 34.51%
B = 35.15%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDD7DB (or 0xBDD7DB) is known color: Powder Blue. HEX triplet: BD, D7 and DB. RGB value is (189,215,219). Sum of RGB (Red+Green+Blue) = 189+215+219=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DB is #422824. Grayscale: #CFCFCF. Windows color (decimal): -4335653 or 14407613. OLE color: 14407613.

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

Color convert

RGB 189 215 219 -
CMYK 0.14 0.02 0 0.14
HSL 188º 0.29% 0.8% -
HSV(B) 188º 0.14% 0.86% -
XYZ 58.07 64.53 76.41 -
YUV 207.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 189 215 219 0.14 0.02 0 0.14 188 0.29 0.8
Hex BD D7 DB E 2 0 E BC 1D 50
Octal 275 327 333 16 2 0 16 274 35 120
Binary 10111101 11010111 11011011 1110 10 0 1110 10111100 11101 1010000

Color Harmonies of #BDD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7DB

Black with #BDD7DB

Text Example


Text Example

White with #BDD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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