Html Css Color HEX #B0F2C2 Fringy Flower

📋 copy color: '#B0F2C2'

red 176 ◦ green 242 ◦ blue 194

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

Shades of Fringy Flower #B0F2C2

Tints of Fringy Flower #B0F2C2

RGB

 RED value IS 176 (69.14% from 255) = 28.76%

 GREEN value IS 242 (94.92% from 255) = 39.54%

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

R = 28.76%
G = 39.54%
B = 31.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#B0F2C2 (or 0xB0F2C2) is known color: Fringy Flower. HEX triplet: B0, F2 and C2. RGB value is (176,242,194). Sum of RGB (Red+Green+Blue) = 176+242+194=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2C2 is #4F0D3D. Grayscale: #D8D8D8. Windows color (decimal): -5180734 or 12776112. OLE color: 12776112.

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

Color convert

RGB 176 242 194 -
CMYK 0.27 0 0.20 0.05
HSL 136.36º 0.72% 0.82% -
HSV(B) 136.36º 0.27% 0.95% -
XYZ 59.39 76.63 62.7 -
YUV 216.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 176 242 194 0.27 0 0.20 0.05 136.36 0.72 0.82
Hex B0 F2 C2 1B 0 14 5 88 48 52
Octal 260 362 302 33 0 24 5 210 110 122
Binary 10110000 11110010 11000010 11011 0 10100 101 10001000 1001000 1010010

Color Harmonies of #B0F2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2C2

Black with #B0F2C2

Text Example


Text Example

White with #B0F2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2C2; }

 p { color: rgb(176,242,194); }

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

background-color css

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

 a { background-color: rgb(176,242,194); }

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

border-color css

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

 span { border-color: rgb(176,242,194); }

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