Html Css Color HEX #B6FBBD Fringy Flower

📋 copy color: '#B6FBBD'

red 182 ◦ green 251 ◦ blue 189

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

Shades of Fringy Flower #B6FBBD

Tints of Fringy Flower #B6FBBD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.35%

 BLUE value IS 189 (74.22% from 255) = 30.39%

R = 29.26%
G = 40.35%
B = 30.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#B6FBBD (or 0xB6FBBD) is known color: Fringy Flower. HEX triplet: B6, FB and BD. RGB value is (182,251,189). Sum of RGB (Red+Green+Blue) = 182+251+189=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBBD is #490442. Grayscale: #DFDFDF. Windows color (decimal): -4785219 or 12450742. OLE color: 12450742.

HSL color Cylindrical-coordinate representation of color #B6FBBD: hue angle of 126.09º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FBBD is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 251 189 -
CMYK 0.27 0 0.25 0.02
HSL 126.09º 0.9% 0.85% -
HSV(B) 126.09º 0.27% 0.98% -
XYZ 62.97 82.61 60.77 -
YUV 223.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 182 251 189 0.27 0 0.25 0.02 126.09 0.9 0.85
Hex B6 FB BD 1B 0 19 2 7E 5A 55
Octal 266 373 275 33 0 31 2 176 132 125
Binary 10110110 11111011 10111101 11011 0 11001 10 1111110 1011010 1010101

Color Harmonies of #B6FBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FBBD

Black with #B6FBBD

Text Example


Text Example

White with #B6FBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FBBD; }

 p { color: rgb(182,251,189); }

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

background-color css

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

 a { background-color: rgb(182,251,189); }

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

border-color css

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

 span { border-color: rgb(182,251,189); }

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