Html Css Color HEX #B0F0BF Fringy Flower

📋 copy color: '#B0F0BF'

red 176 ◦ green 240 ◦ blue 191

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

Shades of Fringy Flower #B0F0BF

Tints of Fringy Flower #B0F0BF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.54%

 BLUE value IS 191 (75% from 255) = 31.47%

R = 29%
G = 39.54%
B = 31.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#B0F0BF (or 0xB0F0BF) is known color: Fringy Flower. HEX triplet: B0, F0 and BF. RGB value is (176,240,191). Sum of RGB (Red+Green+Blue) = 176+240+191=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0BF is #4F0F40. Grayscale: #D7D7D7. Windows color (decimal): -5181249 or 12578992. OLE color: 12578992.

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

Color convert

RGB 176 240 191 -
CMYK 0.27 0 0.20 0.06
HSL 134.06º 0.68% 0.82% -
HSV(B) 134.06º 0.27% 0.94% -
XYZ 58.47 75.31 60.75 -
YUV 215.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 176 240 191 0.27 0 0.20 0.06 134.06 0.68 0.82
Hex B0 F0 BF 1B 0 14 6 86 44 52
Octal 260 360 277 33 0 24 6 206 104 122
Binary 10110000 11110000 10111111 11011 0 10100 110 10000110 1000100 1010010

Color Harmonies of #B0F0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F0BF

Black with #B0F0BF

Text Example


Text Example

White with #B0F0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F0BF; }

 p { color: rgb(176,240,191); }

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

background-color css

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

 a { background-color: rgb(176,240,191); }

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

border-color css

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

 span { border-color: rgb(176,240,191); }

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