#BFEAE5

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

Shades of Jagged Ice #BFEAE5

Tints of Jagged Ice #BFEAE5

Color information

#BFEAE5 (or 0xBFEAE5) is unknown color: approx Jagged Ice. HEX triplet: BF, EA and E5. RGB value is (191,234,229). Sum of RGB (Red+Green+Blue) = 191+234+229=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAE5 is #40151A. Grayscale: #DCDCDC. Windows color (decimal): -4199707 or 15067839. OLE color: 15067839.

HSL color Cylindrical-coordinate representation of color #BFEAE5: hue angle of 173.02º 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 #BFEAE5 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB191234229-
CMYK0.1800.020.08
HSL173.02º50.59%83.33%-
HSV(B)173.02º18.38%91.76%-
XYZ65.0575.5885.29-
YUV220.57132.75106.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 229 (89.84% from 255) = 35.02%
R=29.20%
G=35.78%
B=35.02%

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
Decimal1912342290.1800.020.08173.0250.5983.33
HexBFEAE512028ad3353
Octal27735234522021025563123
Binary101111111110101011100101100100101000101011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAE5; }

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

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

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

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

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

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

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

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