Html Css Color HEX #B6FABB Fringy Flower

📋 copy color: '#B6FABB'

red 182 ◦ green 250 ◦ blue 187

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

Shades of Fringy Flower #B6FABB

Tints of Fringy Flower #B6FABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.39%

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

R = 29.4%
G = 40.39%
B = 30.21%

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

#B6FABB (or 0xB6FABB) is known color: Fringy Flower. HEX triplet: B6, FA and BB. RGB value is (182,250,187). Sum of RGB (Red+Green+Blue) = 182+250+187=619 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.40% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FABB is #490544. Grayscale: #DEDEDE. Windows color (decimal): -4785477 or 12319414. OLE color: 12319414.

HSL color Cylindrical-coordinate representation of color #B6FABB: hue angle of 124.41º degrees, saturation: 0.87, 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 #B6FABB is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 250 187 -
CMYK 0.27 0 0.25 0.02
HSL 124.41º 0.87% 0.85% -
HSV(B) 124.41º 0.27% 0.98% -
XYZ 62.45 81.9 59.53 -
YUV 222.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 182 250 187 0.27 0 0.25 0.02 124.41 0.87 0.85
Hex B6 FA BB 1B 0 19 2 7C 57 55
Octal 266 372 273 33 0 31 2 174 127 125
Binary 10110110 11111010 10111011 11011 0 11001 10 1111100 1010111 1010101

Color Harmonies of #B6FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FABB

Black with #B6FABB

Text Example


Text Example

White with #B6FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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