Html Css Color HEX #B6F4C3 Fringy Flower

📋 copy color: '#B6F4C3'

red 182 ◦ green 244 ◦ blue 195

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

Shades of Fringy Flower #B6F4C3

Tints of Fringy Flower #B6F4C3

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.29%

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

R = 29.31%
G = 39.29%
B = 31.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#B6F4C3 (or 0xB6F4C3) is known color: Fringy Flower. HEX triplet: B6, F4 and C3. RGB value is (182,244,195). Sum of RGB (Red+Green+Blue) = 182+244+195=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F4C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F4C3 is #490B3C. Grayscale: #DCDCDC. Windows color (decimal): -4787005 or 12842166. OLE color: 12842166.

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

Color convert

RGB 182 244 195 -
CMYK 0.25 0 0.20 0.04
HSL 132.58º 0.74% 0.84% -
HSV(B) 132.58º 0.25% 0.96% -
XYZ 61.49 78.59 63.56 -
YUV 219.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 182 244 195 0.25 0 0.20 0.04 132.58 0.74 0.84
Hex B6 F4 C3 19 0 14 4 85 4A 54
Octal 266 364 303 31 0 24 4 205 112 124
Binary 10110110 11110100 11000011 11001 0 10100 100 10000101 1001010 1010100

Color Harmonies of #B6F4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F4C3

Black with #B6F4C3

Text Example


Text Example

White with #B6F4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F4C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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