Html Css Color HEX #B6ECC2 Fringy Flower

📋 copy color: '#B6ECC2'

red 182 ◦ green 236 ◦ blue 194

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

Shades of Fringy Flower #B6ECC2

Tints of Fringy Flower #B6ECC2

RGB

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

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

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

R = 29.74%
G = 38.56%
B = 31.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#B6ECC2 (or 0xB6ECC2) is known color: Fringy Flower. HEX triplet: B6, EC and C2. RGB value is (182,236,194). Sum of RGB (Red+Green+Blue) = 182+236+194=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECC2 is #49133D. Grayscale: #D7D7D7. Windows color (decimal): -4789054 or 12774582. OLE color: 12774582.

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

Color convert

RGB 182 236 194 -
CMYK 0.23 0 0.18 0.07
HSL 133.33º 0.59% 0.82% -
HSV(B) 133.33º 0.23% 0.93% -
XYZ 59.02 73.83 62.18 -
YUV 215.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 182 236 194 0.23 0 0.18 0.07 133.33 0.59 0.82
Hex B6 EC C2 17 0 12 7 85 3B 52
Octal 266 354 302 27 0 22 7 205 73 122
Binary 10110110 11101100 11000010 10111 0 10010 111 10000101 111011 1010010

Color Harmonies of #B6ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ECC2

Black with #B6ECC2

Text Example


Text Example

White with #B6ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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