#BFEBE7

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

Shades of Jagged Ice #BFEBE7

Tints of Jagged Ice #BFEBE7

Color information

#BFEBE7 (or 0xBFEBE7) is unknown color: approx Jagged Ice. HEX triplet: BF, EB and E7. RGB value is (191,235,231). Sum of RGB (Red+Green+Blue) = 191+235+231=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBE7 is #401418. Grayscale: #DDDDDD. Windows color (decimal): -4199449 or 15199167. OLE color: 15199167.

HSL color Cylindrical-coordinate representation of color #BFEBE7: hue angle of 174.55º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBE7 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB191235231-
CMYK0.1900.020.08
HSL174.55º52.38%83.53%-
HSV(B)174.55º18.72%92.16%-
XYZ65.6276.2686.86-
YUV221.39133.42106.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=29.07%
G=35.77%
B=35.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912352310.1900.020.08174.5552.3883.53
HexBFEBE713028af3454
Octal27735334723021025764124
Binary101111111110101111100111100110101000101011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBE7; }

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

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

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

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

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

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

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

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