#BCE0DD

Color #BCE0DD Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #BCE0DD

Tints of Jagged Ice #BCE0DD

Color information

#BCE0DD (or 0xBCE0DD) is unknown color: approx Jagged Ice. HEX triplet: BC, E0 and DD. RGB value is (188,224,221). Sum of RGB (Red+Green+Blue) = 188+224+221=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0DD is #431F22. Grayscale: #D4D4D4. Windows color (decimal): -4398883 or 14540988. OLE color: 14540988.

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

Color convert

RGB188224221-
CMYK0.1600.010.12
HSL175º36.73%80.78%-
HSV(B)175º16.07%87.84%-
XYZ60.4569.2278.58-
YUV212.89132.57110.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=29.70%
G=35.39%
B=34.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882242210.1600.010.1217536.7380.78
HexBCE0DD1001Caf2551
Octal27434033520011425745121
Binary10111100111000001101110110000011100101011111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0DD; }

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

 H1.HeaderClassName
 {
   color: #BCE0DD;
 }
 .AnyTagClassName
 {
   color: #BCE0DD;
 }
</style>
background-color css

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

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

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

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

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

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