Html Css Color HEX #B6EDC2 Fringy Flower

📋 copy color: '#B6EDC2'

red 182 ◦ green 237 ◦ blue 194

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

Shades of Fringy Flower #B6EDC2

Tints of Fringy Flower #B6EDC2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.66%

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

R = 29.69%
G = 38.66%
B = 31.65%

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

#B6EDC2 (or 0xB6EDC2) is known color: Fringy Flower. HEX triplet: B6, ED and C2. RGB value is (182,237,194). Sum of RGB (Red+Green+Blue) = 182+237+194=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDC2 is #49123D. Grayscale: #D7D7D7. Windows color (decimal): -4788798 or 12774838. OLE color: 12774838.

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

Color convert

RGB 182 237 194 -
CMYK 0.23 0 0.18 0.07
HSL 133.09º 0.6% 0.82% -
HSV(B) 133.09º 0.23% 0.93% -
XYZ 59.31 74.41 62.28 -
YUV 215.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 182 237 194 0.23 0 0.18 0.07 133.09 0.6 0.82
Hex B6 ED C2 17 0 12 7 85 3C 52
Octal 266 355 302 27 0 22 7 205 74 122
Binary 10110110 11101101 11000010 10111 0 10010 111 10000101 111100 1010010

Color Harmonies of #B6EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EDC2

Black with #B6EDC2

Text Example


Text Example

White with #B6EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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