Html Css Color HEX #BCE0DF Powder Blue

📋 copy color: '#BCE0DF'

red 188 ◦ green 224 ◦ blue 223

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

Shades of Powder Blue #BCE0DF

Tints of Powder Blue #BCE0DF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.28%

 BLUE value IS 223 (87.5% from 255) = 35.12%

R = 29.61%
G = 35.28%
B = 35.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#BCE0DF (or 0xBCE0DF) is known color: Powder Blue. HEX triplet: BC, E0 and DF. RGB value is (188,224,223). Sum of RGB (Red+Green+Blue) = 188+224+223=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0DF is #431F20. Grayscale: #D5D5D5. Windows color (decimal): -4398881 or 14672060. OLE color: 14672060.

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

Color convert

RGB 188 224 223 -
CMYK 0.16 0 0.00 0.12
HSL 178.33º 0.37% 0.81% -
HSV(B) 178.33º 0.16% 0.88% -
XYZ 60.71 69.33 79.99 -
YUV 213.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 188 224 223 0.16 0 0.00 0.12 178.33 0.37 0.81
Hex BC E0 DF 10 0 0 C B2 25 51
Octal 274 340 337 20 0 0 14 262 45 121
Binary 10111100 11100000 11011111 10000 0 0 1100 10110010 100101 1010001

Color Harmonies of #BCE0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0DF

Black with #BCE0DF

Text Example


Text Example

White with #BCE0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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