Html Css Color HEX #B8ECC0 Fringy Flower

📋 copy color: '#B8ECC0'

red 184 ◦ green 236 ◦ blue 192

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

Shades of Fringy Flower #B8ECC0

Tints of Fringy Flower #B8ECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.56%

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

R = 30.07%
G = 38.56%
B = 31.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#B8ECC0 (or 0xB8ECC0) is known color: Fringy Flower. HEX triplet: B8, EC and C0. RGB value is (184,236,192). Sum of RGB (Red+Green+Blue) = 184+236+192=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECC0 is #47133F. Grayscale: #D7D7D7. Windows color (decimal): -4657984 or 12643512. OLE color: 12643512.

HSL color Cylindrical-coordinate representation of color #B8ECC0: hue angle of 129.23º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECC0 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 236 192 -
CMYK 0.22 0 0.19 0.07
HSL 129.23º 0.58% 0.82% -
HSV(B) 129.23º 0.22% 0.93% -
XYZ 59.28 73.99 61.03 -
YUV 215.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 184 236 192 0.22 0 0.19 0.07 129.23 0.58 0.82
Hex B8 EC C0 16 0 13 7 81 3A 52
Octal 270 354 300 26 0 23 7 201 72 122
Binary 10111000 11101100 11000000 10110 0 10011 111 10000001 111010 1010010

Color Harmonies of #B8ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ECC0

Black with #B8ECC0

Text Example


Text Example

White with #B8ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ECC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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