#BFE8E0

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

Shades of Jagged Ice #BFE8E0

Tints of Jagged Ice #BFE8E0

Color information

#BFE8E0 (or 0xBFE8E0) is unknown color: approx Jagged Ice. HEX triplet: BF, E8 and E0. RGB value is (191,232,224). Sum of RGB (Red+Green+Blue) = 191+232+224=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8E0 is #40171F. Grayscale: #DADADA. Windows color (decimal): -4200224 or 14739647. OLE color: 14739647.

HSL color Cylindrical-coordinate representation of color #BFE8E0: hue angle of 168.29º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8E0 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB191232224-
CMYK0.1800.030.09
HSL168.29º47.13%82.94%-
HSV(B)168.29º17.67%90.98%-
XYZ63.874.1781.48-
YUV218.83130.92108.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.52%
GREEN value IS 232 (91.02% from 255) = 35.86%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=29.52%
G=35.86%
B=34.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912322240.1800.030.09168.2947.1382.94
HexBFE8E012039a82f53
Octal27735034022031125057123
Binary101111111110100011100000100100111001101010001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8E0; }

 p { color: rgb(191,232,224); }

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

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

 a { background-color: rgb(191,232,224); }

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

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

 span { border-color: rgb(191,232,224); }

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