Html Css Color HEX #B6EDBB Fringy Flower

📋 copy color: '#B6EDBB'

red 182 ◦ green 237 ◦ blue 187

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

Shades of Fringy Flower #B6EDBB

Tints of Fringy Flower #B6EDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.86%

R = 30.03%
G = 39.11%
B = 30.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#B6EDBB (or 0xB6EDBB) is known color: Fringy Flower. HEX triplet: B6, ED and BB. RGB value is (182,237,187). Sum of RGB (Red+Green+Blue) = 182+237+187=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDBB is #491244. Grayscale: #D6D6D6. Windows color (decimal): -4788805 or 12316086. OLE color: 12316086.

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

Color convert

RGB 182 237 187 -
CMYK 0.23 0 0.21 0.07
HSL 125.45º 0.6% 0.82% -
HSV(B) 125.45º 0.23% 0.93% -
XYZ 58.55 74.1 58.23 -
YUV 214.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 182 237 187 0.23 0 0.21 0.07 125.45 0.6 0.82
Hex B6 ED BB 17 0 15 7 7D 3C 52
Octal 266 355 273 27 0 25 7 175 74 122
Binary 10110110 11101101 10111011 10111 0 10101 111 1111101 111100 1010010

Color Harmonies of #B6EDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EDBB

Black with #B6EDBB

Text Example


Text Example

White with #B6EDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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