#BFEEE6

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

Shades of Jagged Ice #BFEEE6

Tints of Jagged Ice #BFEEE6

Color information

#BFEEE6 (or 0xBFEEE6) is unknown color: approx Jagged Ice. HEX triplet: BF, EE and E6. RGB value is (191,238,230). Sum of RGB (Red+Green+Blue) = 191+238+230=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEE6 is #401119. Grayscale: #DFDFDF. Windows color (decimal): -4198682 or 15134399. OLE color: 15134399.

HSL color Cylindrical-coordinate representation of color #BFEEE6: hue angle of 169.79º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEE6 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB191238230-
CMYK0.2000.030.07
HSL169.79º58.02%84.12%-
HSV(B)169.79º19.75%93.33%-
XYZ66.3477.9486.41-
YUV223.04131.93105.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.98%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=28.98%
G=36.12%
B=34.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912382300.2000.030.07169.7958.0284.12
HexBFEEE614037aa3a54
Octal2773563462403725272124
Binary10111111111011101110011010100011111101010101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEE6; }

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

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

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

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

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

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

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

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