#BFE3E1

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

Shades of Jagged Ice #BFE3E1

Tints of Jagged Ice #BFE3E1

Color information

#BFE3E1 (or 0xBFE3E1) is unknown color: approx Jagged Ice. HEX triplet: BF, E3 and E1. RGB value is (191,227,225). Sum of RGB (Red+Green+Blue) = 191+227+225=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3E1 is #401C1E. Grayscale: #D7D7D7. Windows color (decimal): -4201503 or 14803903. OLE color: 14803903.

HSL color Cylindrical-coordinate representation of color #BFE3E1: hue angle of 176.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3E1 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB191227225-
CMYK0.1600.010.11
HSL176.67º39.13%81.96%-
HSV(B)176.67º15.86%89.02%-
XYZ62.5571.4581.73-
YUV216.01133.07110.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 225 (88.28% from 255) = 34.99%
R=29.70%
G=35.30%
B=34.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912272250.1600.010.11176.6739.1381.96
HexBFE3E11001Bb12752
Octal27734334120011326147122
Binary10111111111000111110000110000011011101100011001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3E1; }

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

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

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

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

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

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

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

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