#B8FAC1

Color #B8FAC1 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B8FAC1

Tints of Fringy Flower #B8FAC1

Color information

#B8FAC1 (or 0xB8FAC1) is unknown color: approx Fringy Flower. HEX triplet: B8, FA and C1. RGB value is (184,250,193). Sum of RGB (Red+Green+Blue) = 184+250+193=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FAC1 is #47053E. Grayscale: #DFDFDF. Windows color (decimal): -4654399 or 12712632. OLE color: 12712632.

HSL color Cylindrical-coordinate representation of color #B8FAC1: hue angle of 128.18º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8FAC1 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB184250193-
CMYK0.2600.230.02
HSL128.18º86.84%85.1%-
HSV(B)128.18º26.4%98.04%-
XYZ63.5882.4163.01-
YUV223.77110.6399.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.35%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 193 (75.78% from 255) = 30.78%
R=29.35%
G=39.87%
B=30.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842501930.2600.230.02128.1886.8485.1
HexB8FAC11A0172805755
Octal270372301320272200127125
Binary10111000111110101100000111010010111101000000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FAC1; }

 p { color: rgb(184,250,193); }

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

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

 a { background-color: rgb(184,250,193); }

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

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

 span { border-color: rgb(184,250,193); }

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