#BFF3EB

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

Shades of Jagged Ice #BFF3EB

Tints of Jagged Ice #BFF3EB

Color information

#BFF3EB (or 0xBFF3EB) is unknown color: approx Jagged Ice. HEX triplet: BF, F3 and EB. RGB value is (191,243,235). Sum of RGB (Red+Green+Blue) = 191+243+235=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF3EB is #400C14. Grayscale: #E2E2E2. Windows color (decimal): -4197397 or 15463359. OLE color: 15463359.

HSL color Cylindrical-coordinate representation of color #BFF3EB: hue angle of 170.77º degrees, saturation: 0.68, 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 #BFF3EB is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB191243235-
CMYK0.2100.030.05
HSL170.77º68.42%85.1%-
HSV(B)170.77º21.4%95.29%-
XYZ68.5381.1890.65-
YUV226.54132.77102.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.55%
GREEN value IS 243 (95.31% from 255) = 36.32%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=28.55%
G=36.32%
B=35.13%

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
Decimal1912432350.2100.030.05170.7768.4285.1
HexBFF3EB15035ab4455
Octal27736335325035253104125
Binary101111111111001111101011101010111011010101110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3EB; }

 p { color: rgb(191,243,235); }

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

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

 a { background-color: rgb(191,243,235); }

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

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

 span { border-color: rgb(191,243,235); }

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