Html Css Color HEX #B8EAC0 Fringy Flower

📋 copy color: '#B8EAC0'

red 184 ◦ green 234 ◦ blue 192

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

Shades of Fringy Flower #B8EAC0

Tints of Fringy Flower #B8EAC0

RGB

 RED value IS 184 (72.27% from 255) = 30.16%

 GREEN value IS 234 (91.8% from 255) = 38.36%

 BLUE value IS 192 (75.39% from 255) = 31.48%

R = 30.16%
G = 38.36%
B = 31.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#B8EAC0 (or 0xB8EAC0) is known color: Fringy Flower. HEX triplet: B8, EA and C0. RGB value is (184,234,192). Sum of RGB (Red+Green+Blue) = 184+234+192=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EAC0 is #47153F. Grayscale: #D6D6D6. Windows color (decimal): -4658496 or 12643000. OLE color: 12643000.

HSL color Cylindrical-coordinate representation of color #B8EAC0: hue angle of 129.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EAC0 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 234 192 -
CMYK 0.21 0 0.18 0.08
HSL 129.6º 0.54% 0.82% -
HSV(B) 129.6º 0.21% 0.92% -
XYZ 58.7 72.84 60.83 -
YUV 214.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 184 234 192 0.21 0 0.18 0.08 129.6 0.54 0.82
Hex B8 EA C0 15 0 12 8 82 36 52
Octal 270 352 300 25 0 22 10 202 66 122
Binary 10111000 11101010 11000000 10101 0 10010 1000 10000010 110110 1010010

Color Harmonies of #B8EAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EAC0

Black with #B8EAC0

Text Example


Text Example

White with #B8EAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EAC0; }

 p { color: rgb(184,234,192); }

 H1.HeaderClassName
 {
   color: #B8EAC0;
 }
 .AnyTagClassName
 {
   color: #B8EAC0;
 }
</style>

background-color css

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

 a { background-color: rgb(184,234,192); }

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

border-color css

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

 span { border-color: rgb(184,234,192); }

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