Html Css Color HEX #B8FAC1 Fringy Flower

📋 copy color: '#B8FAC1'

red 184 ◦ green 250 ◦ blue 193

#B8FAC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #B8FAC1

Tints of Fringy Flower #B8FAC1

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 value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#B8FAC1 (or 0xB8FAC1) is known color: 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

RGB 184 250 193 -
CMYK 0.26 0 0.23 0.02
HSL 128.18º 0.87% 0.85% -
HSV(B) 128.18º 0.26% 0.98% -
XYZ 63.58 82.41 63.01 -
YUV 223.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 184 250 193 0.26 0 0.23 0.02 128.18 0.87 0.85
Hex B8 FA C1 1A 0 17 2 80 57 55
Octal 270 372 301 32 0 27 2 200 127 125
Binary 10111000 11111010 11000001 11010 0 10111 10 10000000 1010111 1010101

Color Harmonies of #B8FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FAC1

Black with #B8FAC1

Text Example


Text Example

White with #B8FAC1

Text Example


Text Example

HTML Codes & Css Web 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>