Html Css Color HEX #B6FFBD Fringy Flower

📋 copy color: '#B6FFBD'

red 182 ◦ green 255 ◦ blue 189

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

Shades of Fringy Flower #B6FFBD

Tints of Fringy Flower #B6FFBD

RGB

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

 GREEN value IS 255 (100% from 255) = 40.73%

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

R = 29.07%
G = 40.73%
B = 30.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#B6FFBD (or 0xB6FFBD) is known color: Fringy Flower. HEX triplet: B6, FF and BD. RGB value is (182,255,189). Sum of RGB (Red+Green+Blue) = 182+255+189=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFBD is #490042. Grayscale: #E1E1E1. Windows color (decimal): -4784195 or 12451766. OLE color: 12451766.

HSL color Cylindrical-coordinate representation of color #B6FFBD: hue angle of 125.75º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFBD is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 182 255 189 -
CMYK 0.29 0 0.26 0
HSL 125.75º 1% 0.86% -
HSV(B) 125.75º 0.29% 1% -
XYZ 64.24 85.14 61.19 -
YUV 225.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 182 255 189 0.29 0 0.26 0 125.75 1 0.86
Hex B6 FF BD 1D 0 1A 0 7E 64 56
Octal 266 377 275 35 0 32 0 176 144 126
Binary 10110110 11111111 10111101 11101 0 11010 0 1111110 1100100 1010110

Color Harmonies of #B6FFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFBD

Black with #B6FFBD

Text Example


Text Example

White with #B6FFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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