Html Css Color HEX #B7EAC0 Fringy Flower

📋 copy color: '#B7EAC0'

red 183 ◦ green 234 ◦ blue 192

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

Shades of Fringy Flower #B7EAC0

Tints of Fringy Flower #B7EAC0

RGB

 RED value IS 183 (71.88% from 255) = 30.05%

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

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

R = 30.05%
G = 38.42%
B = 31.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#B7EAC0 (or 0xB7EAC0) is known color: Fringy Flower. HEX triplet: B7, EA and C0. RGB value is (183,234,192). Sum of RGB (Red+Green+Blue) = 183+234+192=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EAC0 is #48153F. Grayscale: #D6D6D6. Windows color (decimal): -4724032 or 12642999. OLE color: 12642999.

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

Color convert

RGB 183 234 192 -
CMYK 0.22 0 0.18 0.08
HSL 130.59º 0.55% 0.82% -
HSV(B) 130.59º 0.22% 0.92% -
XYZ 58.47 72.72 60.82 -
YUV 213.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 183 234 192 0.22 0 0.18 0.08 130.59 0.55 0.82
Hex B7 EA C0 16 0 12 8 83 37 52
Octal 267 352 300 26 0 22 10 203 67 122
Binary 10110111 11101010 11000000 10110 0 10010 1000 10000011 110111 1010010

Color Harmonies of #B7EAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7EAC0

Black with #B7EAC0

Text Example


Text Example

White with #B7EAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7EAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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