Html Css Color HEX #B6ECC3 Fringy Flower

📋 copy color: '#B6ECC3'

red 182 ◦ green 236 ◦ blue 195

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

Shades of Fringy Flower #B6ECC3

Tints of Fringy Flower #B6ECC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.81%

R = 29.69%
G = 38.5%
B = 31.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#B6ECC3 (or 0xB6ECC3) is known color: Fringy Flower. HEX triplet: B6, EC and C3. RGB value is (182,236,195). Sum of RGB (Red+Green+Blue) = 182+236+195=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECC3 is #49133C. Grayscale: #D7D7D7. Windows color (decimal): -4789053 or 12840118. OLE color: 12840118.

HSL color Cylindrical-coordinate representation of color #B6ECC3: hue angle of 134.44º 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 #B6ECC3 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 236 195 -
CMYK 0.23 0 0.17 0.07
HSL 134.44º 0.59% 0.82% -
HSV(B) 134.44º 0.23% 0.93% -
XYZ 59.14 73.88 62.77 -
YUV 215.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 182 236 195 0.23 0 0.17 0.07 134.44 0.59 0.82
Hex B6 EC C3 17 0 11 7 86 3B 52
Octal 266 354 303 27 0 21 7 206 73 122
Binary 10110110 11101100 11000011 10111 0 10001 111 10000110 111011 1010010

Color Harmonies of #B6ECC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ECC3

Black with #B6ECC3

Text Example


Text Example

White with #B6ECC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ECC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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