Html Css Color HEX #B6E6C2 Fringy Flower

📋 copy color: '#B6E6C2'

red 182 ◦ green 230 ◦ blue 194

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

Shades of Fringy Flower #B6E6C2

Tints of Fringy Flower #B6E6C2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.95%

 BLUE value IS 194 (76.17% from 255) = 32.01%

R = 30.03%
G = 37.95%
B = 32.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#B6E6C2 (or 0xB6E6C2) is known color: Fringy Flower. HEX triplet: B6, E6 and C2. RGB value is (182,230,194). Sum of RGB (Red+Green+Blue) = 182+230+194=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #B6E6C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E6C2 is #49193D. Grayscale: #D3D3D3. Windows color (decimal): -4790590 or 12773046. OLE color: 12773046.

HSL color Cylindrical-coordinate representation of color #B6E6C2: hue angle of 135º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E6C2 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 230 194 -
CMYK 0.21 0 0.16 0.10
HSL 135º 0.49% 0.81% -
HSV(B) 135º 0.21% 0.9% -
XYZ 57.33 70.43 61.61 -
YUV 211.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 182 230 194 0.21 0 0.16 0.10 135 0.49 0.81
Hex B6 E6 C2 15 0 10 A 87 31 51
Octal 266 346 302 25 0 20 12 207 61 121
Binary 10110110 11100110 11000010 10101 0 10000 1010 10000111 110001 1010001

Color Harmonies of #B6E6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E6C2

Black with #B6E6C2

Text Example


Text Example

White with #B6E6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E6C2; }

 p { color: rgb(182,230,194); }

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

background-color css

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

 a { background-color: rgb(182,230,194); }

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

border-color css

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

 span { border-color: rgb(182,230,194); }

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