Html Css Color HEX #B8EAC4 Fringy Flower

📋 copy color: '#B8EAC4'

red 184 ◦ green 234 ◦ blue 196

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

Shades of Fringy Flower #B8EAC4

Tints of Fringy Flower #B8EAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.92%

R = 29.97%
G = 38.11%
B = 31.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#B8EAC4 (or 0xB8EAC4) is known color: Fringy Flower. HEX triplet: B8, EA and C4. RGB value is (184,234,196). Sum of RGB (Red+Green+Blue) = 184+234+196=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EAC4 is #47153B. Grayscale: #D6D6D6. Windows color (decimal): -4658492 or 12905144. OLE color: 12905144.

HSL color Cylindrical-coordinate representation of color #B8EAC4: hue angle of 134.4º 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 #B8EAC4 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 234 196 -
CMYK 0.21 0 0.16 0.08
HSL 134.4º 0.54% 0.82% -
HSV(B) 134.4º 0.21% 0.92% -
XYZ 59.15 73.02 63.2 -
YUV 214.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 184 234 196 0.21 0 0.16 0.08 134.4 0.54 0.82
Hex B8 EA C4 15 0 10 8 86 36 52
Octal 270 352 304 25 0 20 10 206 66 122
Binary 10111000 11101010 11000100 10101 0 10000 1000 10000110 110110 1010010

Color Harmonies of #B8EAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EAC4

Black with #B8EAC4

Text Example


Text Example

White with #B8EAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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