#BFF1EA

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

Shades of Jagged Ice #BFF1EA

Tints of Jagged Ice #BFF1EA

Color information

#BFF1EA (or 0xBFF1EA) is unknown color: approx Jagged Ice. HEX triplet: BF, F1 and EA. RGB value is (191,241,234). Sum of RGB (Red+Green+Blue) = 191+241+234=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1EA is #400E15. Grayscale: #E1E1E1. Windows color (decimal): -4197910 or 15397311. OLE color: 15397311.

HSL color Cylindrical-coordinate representation of color #BFF1EA: hue angle of 171.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1EA is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB191241234-
CMYK0.2100.030.05
HSL171.6º64.1%84.71%-
HSV(B)171.6º20.75%94.51%-
XYZ67.7979.9389.7-
YUV225.25132.94103.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.68%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=28.68%
G=36.19%
B=35.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912412340.2100.030.05171.664.184.71
HexBFF1EA15035ac4055
Octal27736135225035254100125
Binary101111111111000111101010101010111011010110010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1EA; }

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

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

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

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

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

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

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

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