#BFEAE6

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

Shades of Jagged Ice #BFEAE6

Tints of Jagged Ice #BFEAE6

Color information

#BFEAE6 (or 0xBFEAE6) is unknown color: approx Jagged Ice. HEX triplet: BF, EA and E6. RGB value is (191,234,230). Sum of RGB (Red+Green+Blue) = 191+234+230=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEAE6 is #401519. Grayscale: #DCDCDC. Windows color (decimal): -4199706 or 15133375. OLE color: 15133375.

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

Color convert

RGB191234230-
CMYK0.1800.020.08
HSL174.42º50.59%83.33%-
HSV(B)174.42º18.38%91.76%-
XYZ65.1975.6486.03-
YUV220.69133.25106.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=29.16%
G=35.73%
B=35.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912342300.1800.020.08174.4250.5983.33
HexBFEAE612028ae3353
Octal27735234622021025663123
Binary101111111110101011100110100100101000101011101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAE6; }

 p { color: rgb(191,234,230); }

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

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

 a { background-color: rgb(191,234,230); }

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

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

 span { border-color: rgb(191,234,230); }

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