Html Css Color HEX #BCD9E0 Powder Blue

📋 copy color: '#BCD9E0'

red 188 ◦ green 217 ◦ blue 224

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

Shades of Powder Blue #BCD9E0

Tints of Powder Blue #BCD9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.61%

R = 29.89%
G = 34.5%
B = 35.61%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCD9E0 (or 0xBCD9E0) is known color: Powder Blue. HEX triplet: BC, D9 and E0. RGB value is (188,217,224). Sum of RGB (Red+Green+Blue) = 188+217+224=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCD9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9E0 is #43261F. Grayscale: #D1D1D1. Windows color (decimal): -4400672 or 14735804. OLE color: 14735804.

HSL color Cylindrical-coordinate representation of color #BCD9E0: hue angle of 191.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD9E0 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 217 224 -
CMYK 0.16 0.03 0 0.12
HSL 191.67º 0.37% 0.81% -
HSV(B) 191.67º 0.16% 0.88% -
XYZ 59.01 65.7 80.09 -
YUV 209.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 188 217 224 0.16 0.03 0 0.12 191.67 0.37 0.81
Hex BC D9 E0 10 3 0 C C0 25 51
Octal 274 331 340 20 3 0 14 300 45 121
Binary 10111100 11011001 11100000 10000 11 0 1100 11000000 100101 1010001

Color Harmonies of #BCD9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9E0

Black with #BCD9E0

Text Example


Text Example

White with #BCD9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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