#BFE8E1

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

Shades of Jagged Ice #BFE8E1

Tints of Jagged Ice #BFE8E1

Color information

#BFE8E1 (or 0xBFE8E1) is unknown color: approx Jagged Ice. HEX triplet: BF, E8 and E1. RGB value is (191,232,225). Sum of RGB (Red+Green+Blue) = 191+232+225=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8E1 is #40171E. Grayscale: #DADADA. Windows color (decimal): -4200223 or 14805183. OLE color: 14805183.

HSL color Cylindrical-coordinate representation of color #BFE8E1: hue angle of 169.76º 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 #BFE8E1 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB191232225-
CMYK0.1800.030.09
HSL169.76º47.13%82.94%-
HSV(B)169.76º17.67%90.98%-
XYZ63.9374.2382.19-
YUV218.94131.42108.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 232 (91.02% from 255) = 35.80%
BLUE value IS 225 (88.28% from 255) = 34.72%
R=29.48%
G=35.80%
B=34.72%

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
Decimal1912322250.1800.030.09169.7647.1382.94
HexBFE8E112039aa2f53
Octal27735034122031125257123
Binary101111111110100011100001100100111001101010101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8E1; }

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

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

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

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

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

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

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

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