Html Css Color HEX #B6FBC2 Fringy Flower

📋 copy color: '#B6FBC2'

red 182 ◦ green 251 ◦ blue 194

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

Shades of Fringy Flower #B6FBC2

Tints of Fringy Flower #B6FBC2

RGB

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

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

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

R = 29.03%
G = 40.03%
B = 30.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#B6FBC2 (or 0xB6FBC2) is known color: Fringy Flower. HEX triplet: B6, FB and C2. RGB value is (182,251,194). Sum of RGB (Red+Green+Blue) = 182+251+194=627 (83% of max value = 765). Red value is 182 (71.48% from 255 or 29.03% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBC2 is #49043D. Grayscale: #E0E0E0. Windows color (decimal): -4785214 or 12778422. OLE color: 12778422.

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

Color convert

RGB 182 251 194 -
CMYK 0.27 0 0.23 0.02
HSL 130.43º 0.9% 0.85% -
HSV(B) 130.43º 0.27% 0.98% -
XYZ 63.53 82.83 63.68 -
YUV 223.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 182 251 194 0.27 0 0.23 0.02 130.43 0.9 0.85
Hex B6 FB C2 1B 0 17 2 82 5A 55
Octal 266 373 302 33 0 27 2 202 132 125
Binary 10110110 11111011 11000010 11011 0 10111 10 10000010 1011010 1010101

Color Harmonies of #B6FBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FBC2

Black with #B6FBC2

Text Example


Text Example

White with #B6FBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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