#BFECE5

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

Shades of Jagged Ice #BFECE5

Tints of Jagged Ice #BFECE5

Color information

#BFECE5 (or 0xBFECE5) is unknown color: approx Jagged Ice. HEX triplet: BF, EC and E5. RGB value is (191,236,229). Sum of RGB (Red+Green+Blue) = 191+236+229=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECE5 is #40131A. Grayscale: #DDDDDD. Windows color (decimal): -4199195 or 15068351. OLE color: 15068351.

HSL color Cylindrical-coordinate representation of color #BFECE5: hue angle of 170.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECE5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB191236229-
CMYK0.1900.030.07
HSL170.67º54.22%83.73%-
HSV(B)170.67º19.07%92.55%-
XYZ65.6276.7285.48-
YUV221.75132.09106.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=29.12%
G=35.98%
B=34.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912362290.1900.030.07170.6754.2283.73
HexBFECE513037ab3654
Octal2773543452303725366124
Binary10111111111011001110010110011011111101010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECE5; }

 p { color: rgb(191,236,229); }

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

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

 a { background-color: rgb(191,236,229); }

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

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

 span { border-color: rgb(191,236,229); }

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