#BFF6ED

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

Shades of Jagged Ice #BFF6ED

Tints of Jagged Ice #BFF6ED

Color information

#BFF6ED (or 0xBFF6ED) is unknown color: approx Jagged Ice. HEX triplet: BF, F6 and ED. RGB value is (191,246,237). Sum of RGB (Red+Green+Blue) = 191+246+237=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6ED is #400912. Grayscale: #E4E4E4. Windows color (decimal): -4196627 or 15595199. OLE color: 15595199.

HSL color Cylindrical-coordinate representation of color #BFF6ED: hue angle of 170.18º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6ED is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB191246237-
CMYK0.2200.040.04
HSL170.18º75.34%85.69%-
HSV(B)170.18º22.36%96.47%-
XYZ69.7383.192.49-
YUV228.53132.78101.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 246 (96.48% from 255) = 36.50%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=28.34%
G=36.50%
B=35.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912462370.2200.040.04170.1875.3485.69
HexBFF6ED16044aa4b56
Octal27736635526044252113126
Binary1011111111110110111011011011001001001010101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6ED; }

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

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

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

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

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

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

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

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