Html Css Color HEX #BCD9DE Powder Blue

📋 copy color: '#BCD9DE'

red 188 ◦ green 217 ◦ blue 222

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

Shades of Powder Blue #BCD9DE

Tints of Powder Blue #BCD9DE

RGB

 RED value IS 188 (73.83% from 255) = 29.98%

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

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

R = 29.98%
G = 34.61%
B = 35.41%

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

#BCD9DE (or 0xBCD9DE) is known color: Powder Blue. HEX triplet: BC, D9 and DE. RGB value is (188,217,222). Sum of RGB (Red+Green+Blue) = 188+217+222=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCD9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9DE is #432621. Grayscale: #D0D0D0. Windows color (decimal): -4400674 or 14604732. OLE color: 14604732.

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

Color convert

RGB 188 217 222 -
CMYK 0.15 0.02 0 0.13
HSL 188.82º 0.34% 0.8% -
HSV(B) 188.82º 0.15% 0.87% -
XYZ 58.74 65.59 78.67 -
YUV 208.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 188 217 222 0.15 0.02 0 0.13 188.82 0.34 0.8
Hex BC D9 DE F 2 0 D BD 22 50
Octal 274 331 336 17 2 0 15 275 42 120
Binary 10111100 11011001 11011110 1111 10 0 1101 10111101 100010 1010000

Color Harmonies of #BCD9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9DE

Black with #BCD9DE

Text Example


Text Example

White with #BCD9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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