Html Css Color HEX #BDD9DE Powder Blue

📋 copy color: '#BDD9DE'

red 189 ◦ green 217 ◦ blue 222

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

Shades of Powder Blue #BDD9DE

Tints of Powder Blue #BDD9DE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.55%

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 30.1%
G = 34.55%
B = 35.35%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDD9DE (or 0xBDD9DE) is known color: Powder Blue. HEX triplet: BD, D9 and DE. RGB value is (189,217,222). Sum of RGB (Red+Green+Blue) = 189+217+222=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDD9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9DE is #422621. Grayscale: #D1D1D1. Windows color (decimal): -4335138 or 14604733. OLE color: 14604733.

HSL color Cylindrical-coordinate representation of color #BDD9DE: hue angle of 189.09º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD9DE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 217 222 -
CMYK 0.15 0.02 0 0.13
HSL 189.09º 0.33% 0.81% -
HSV(B) 189.09º 0.15% 0.87% -
XYZ 58.98 65.72 78.68 -
YUV 209.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 189 217 222 0.15 0.02 0 0.13 189.09 0.33 0.81
Hex BD D9 DE F 2 0 D BD 21 51
Octal 275 331 336 17 2 0 15 275 41 121
Binary 10111101 11011001 11011110 1111 10 0 1101 10111101 100001 1010001

Color Harmonies of #BDD9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9DE

Black with #BDD9DE

Text Example


Text Example

White with #BDD9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9DE; }

 p { color: rgb(189,217,222); }

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

background-color css

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

 a { background-color: rgb(189,217,222); }

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

border-color css

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

 span { border-color: rgb(189,217,222); }

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