Html Css Color HEX #B6F3C2 Fringy Flower

📋 copy color: '#B6F3C2'

red 182 ◦ green 243 ◦ blue 194

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

Shades of Fringy Flower #B6F3C2

Tints of Fringy Flower #B6F3C2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.26%

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

R = 29.4%
G = 39.26%
B = 31.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#B6F3C2 (or 0xB6F3C2) is known color: Fringy Flower. HEX triplet: B6, F3 and C2. RGB value is (182,243,194). Sum of RGB (Red+Green+Blue) = 182+243+194=619 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.40% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F3C2 is #490C3D. Grayscale: #DBDBDB. Windows color (decimal): -4787262 or 12776374. OLE color: 12776374.

HSL color Cylindrical-coordinate representation of color #B6F3C2: hue angle of 131.8º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F3C2 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 243 194 -
CMYK 0.25 0 0.20 0.05
HSL 131.8º 0.72% 0.83% -
HSV(B) 131.8º 0.25% 0.95% -
XYZ 61.08 77.94 62.86 -
YUV 219.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 182 243 194 0.25 0 0.20 0.05 131.8 0.72 0.83
Hex B6 F3 C2 19 0 14 5 84 48 53
Octal 266 363 302 31 0 24 5 204 110 123
Binary 10110110 11110011 11000010 11001 0 10100 101 10000100 1001000 1010011

Color Harmonies of #B6F3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F3C2

Black with #B6F3C2

Text Example


Text Example

White with #B6F3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F3C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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