Html Css Color HEX #BDD7DC Powder Blue

📋 copy color: '#BDD7DC'

red 189 ◦ green 215 ◦ blue 220

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

Shades of Powder Blue #BDD7DC

Tints of Powder Blue #BDD7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 30.29%
G = 34.46%
B = 35.26%

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

#BDD7DC (or 0xBDD7DC) is known color: Powder Blue. HEX triplet: BD, D7 and DC. RGB value is (189,215,220). Sum of RGB (Red+Green+Blue) = 189+215+220=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DC is #422823. Grayscale: #CFCFCF. Windows color (decimal): -4335652 or 14473149. OLE color: 14473149.

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

Color convert

RGB 189 215 220 -
CMYK 0.14 0.02 0 0.14
HSL 189.68º 0.31% 0.8% -
HSV(B) 189.68º 0.14% 0.86% -
XYZ 58.2 64.59 77.11 -
YUV 207.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 189 215 220 0.14 0.02 0 0.14 189.68 0.31 0.8
Hex BD D7 DC E 2 0 E BE 1F 50
Octal 275 327 334 16 2 0 16 276 37 120
Binary 10111101 11010111 11011100 1110 10 0 1110 10111110 11111 1010000

Color Harmonies of #BDD7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7DC

Black with #BDD7DC

Text Example


Text Example

White with #BDD7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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