Html Css Color HEX #BCDEE0 Powder Blue

📋 copy color: '#BCDEE0'

red 188 ◦ green 222 ◦ blue 224

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

Shades of Powder Blue #BCDEE0

Tints of Powder Blue #BCDEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.02%

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

R = 29.65%
G = 35.02%
B = 35.33%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCDEE0 (or 0xBCDEE0) is known color: Powder Blue. HEX triplet: BC, DE and E0. RGB value is (188,222,224). Sum of RGB (Red+Green+Blue) = 188+222+224=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEE0 is #43211F. Grayscale: #D4D4D4. Windows color (decimal): -4399392 or 14737084. OLE color: 14737084.

HSL color Cylindrical-coordinate representation of color #BCDEE0: hue angle of 183.33º 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 #BCDEE0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 222 224 -
CMYK 0.16 0.01 0 0.12
HSL 183.33º 0.37% 0.81% -
HSV(B) 183.33º 0.16% 0.88% -
XYZ 60.31 68.32 80.53 -
YUV 212.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 188 222 224 0.16 0.01 0 0.12 183.33 0.37 0.81
Hex BC DE E0 10 1 0 C B7 25 51
Octal 274 336 340 20 1 0 14 267 45 121
Binary 10111100 11011110 11100000 10000 1 0 1100 10110111 100101 1010001

Color Harmonies of #BCDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEE0

Black with #BCDEE0

Text Example


Text Example

White with #BCDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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