#BFEDE5

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

Shades of Jagged Ice #BFEDE5

Tints of Jagged Ice #BFEDE5

Color information

#BFEDE5 (or 0xBFEDE5) is unknown color: approx Jagged Ice. HEX triplet: BF, ED and E5. RGB value is (191,237,229). Sum of RGB (Red+Green+Blue) = 191+237+229=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDE5 is #40121A. Grayscale: #DEDEDE. Windows color (decimal): -4198939 or 15068607. OLE color: 15068607.

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

Color convert

RGB191237229-
CMYK0.1900.030.07
HSL169.57º56.1%83.92%-
HSV(B)169.57º19.41%92.94%-
XYZ65.9177.385.58-
YUV222.33131.76105.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=29.07%
G=36.07%
B=34.86%

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
Decimal1912372290.1900.030.07169.5756.183.92
HexBFEDE513037aa3854
Octal2773553452303725270124
Binary10111111111011011110010110011011111101010101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDE5; }

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

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

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

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

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

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

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

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