Html Css Color HEX #B8EBC0 Fringy Flower

📋 copy color: '#B8EBC0'

red 184 ◦ green 235 ◦ blue 192

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

Shades of Fringy Flower #B8EBC0

Tints of Fringy Flower #B8EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.46%

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

R = 30.11%
G = 38.46%
B = 31.42%

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

#B8EBC0 (or 0xB8EBC0) is known color: Fringy Flower. HEX triplet: B8, EB and C0. RGB value is (184,235,192). Sum of RGB (Red+Green+Blue) = 184+235+192=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBC0 is #47143F. Grayscale: #D6D6D6. Windows color (decimal): -4658240 or 12643256. OLE color: 12643256.

HSL color Cylindrical-coordinate representation of color #B8EBC0: hue angle of 129.41º degrees, saturation: 0.56, 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 #B8EBC0 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 235 192 -
CMYK 0.22 0 0.18 0.08
HSL 129.41º 0.56% 0.82% -
HSV(B) 129.41º 0.22% 0.92% -
XYZ 58.99 73.41 60.93 -
YUV 214.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 184 235 192 0.22 0 0.18 0.08 129.41 0.56 0.82
Hex B8 EB C0 16 0 12 8 81 38 52
Octal 270 353 300 26 0 22 10 201 70 122
Binary 10111000 11101011 11000000 10110 0 10010 1000 10000001 111000 1010010

Color Harmonies of #B8EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EBC0

Black with #B8EBC0

Text Example


Text Example

White with #B8EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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