#BFEDE7

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

Shades of Jagged Ice #BFEDE7

Tints of Jagged Ice #BFEDE7

Color information

#BFEDE7 (or 0xBFEDE7) is unknown color: approx Jagged Ice. HEX triplet: BF, ED and E7. RGB value is (191,237,231). Sum of RGB (Red+Green+Blue) = 191+237+231=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDE7 is #401218. Grayscale: #DEDEDE. Windows color (decimal): -4198937 or 15199679. OLE color: 15199679.

HSL color Cylindrical-coordinate representation of color #BFEDE7: hue angle of 172.17º degrees, saturation: 0.56, 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 #BFEDE7 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB191237231-
CMYK0.1900.030.07
HSL172.17º56.1%83.92%-
HSV(B)172.17º19.41%92.94%-
XYZ66.1977.4187.05-
YUV222.56132.76105.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.98%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 231 (90.62% from 255) = 35.05%
R=28.98%
G=35.96%
B=35.05%

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
Decimal1912372310.1900.030.07172.1756.183.92
HexBFEDE713037ac3854
Octal2773553472303725470124
Binary10111111111011011110011110011011111101011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDE7; }

 p { color: rgb(191,237,231); }

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

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

 a { background-color: rgb(191,237,231); }

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

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

 span { border-color: rgb(191,237,231); }

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