Html Css Color HEX #B6F6C3 Fringy Flower

📋 copy color: '#B6F6C3'

red 182 ◦ green 246 ◦ blue 195

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

Shades of Fringy Flower #B6F6C3

Tints of Fringy Flower #B6F6C3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.49%

 BLUE value IS 195 (76.56% from 255) = 31.3%

R = 29.21%
G = 39.49%
B = 31.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#B6F6C3 (or 0xB6F6C3) is known color: Fringy Flower. HEX triplet: B6, F6 and C3. RGB value is (182,246,195). Sum of RGB (Red+Green+Blue) = 182+246+195=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F6C3 is #49093C. Grayscale: #DDDDDD. Windows color (decimal): -4786493 or 12842678. OLE color: 12842678.

HSL color Cylindrical-coordinate representation of color #B6F6C3: hue angle of 132.19º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F6C3 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 246 195 -
CMYK 0.26 0 0.21 0.04
HSL 132.19º 0.78% 0.84% -
HSV(B) 132.19º 0.26% 0.96% -
XYZ 62.1 79.8 63.76 -
YUV 221.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 182 246 195 0.26 0 0.21 0.04 132.19 0.78 0.84
Hex B6 F6 C3 1A 0 15 4 84 4E 54
Octal 266 366 303 32 0 25 4 204 116 124
Binary 10110110 11110110 11000011 11010 0 10101 100 10000100 1001110 1010100

Color Harmonies of #B6F6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F6C3

Black with #B6F6C3

Text Example


Text Example

White with #B6F6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F6C3; }

 p { color: rgb(182,246,195); }

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

background-color css

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

 a { background-color: rgb(182,246,195); }

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

border-color css

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

 span { border-color: rgb(182,246,195); }

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