Html Css Color HEX #B6EABF Fringy Flower

📋 copy color: '#B6EABF'

red 182 ◦ green 234 ◦ blue 191

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

Shades of Fringy Flower #B6EABF

Tints of Fringy Flower #B6EABF

RGB

 RED value IS 182 (71.48% from 255) = 29.98%

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

 BLUE value IS 191 (75% from 255) = 31.47%

R = 29.98%
G = 38.55%
B = 31.47%

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

#B6EABF (or 0xB6EABF) is known color: Fringy Flower. HEX triplet: B6, EA and BF. RGB value is (182,234,191). Sum of RGB (Red+Green+Blue) = 182+234+191=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EABF is #491540. Grayscale: #D5D5D5. Windows color (decimal): -4789569 or 12577462. OLE color: 12577462.

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

Color convert

RGB 182 234 191 -
CMYK 0.22 0 0.18 0.08
HSL 130.38º 0.55% 0.82% -
HSV(B) 130.38º 0.22% 0.92% -
XYZ 58.12 72.55 60.23 -
YUV 213.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 182 234 191 0.22 0 0.18 0.08 130.38 0.55 0.82
Hex B6 EA BF 16 0 12 8 82 37 52
Octal 266 352 277 26 0 22 10 202 67 122
Binary 10110110 11101010 10111111 10110 0 10010 1000 10000010 110111 1010010

Color Harmonies of #B6EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EABF

Black with #B6EABF

Text Example


Text Example

White with #B6EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EABF; }

 p { color: rgb(182,234,191); }

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

background-color css

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

 a { background-color: rgb(182,234,191); }

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

border-color css

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

 span { border-color: rgb(182,234,191); }

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