Html Css Color HEX #B0EFBD Fringy Flower

📋 copy color: '#B0EFBD'

red 176 ◦ green 239 ◦ blue 189

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

Shades of Fringy Flower #B0EFBD

Tints of Fringy Flower #B0EFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.57%

 BLUE value IS 189 (74.22% from 255) = 31.29%

R = 29.14%
G = 39.57%
B = 31.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#B0EFBD (or 0xB0EFBD) is known color: Fringy Flower. HEX triplet: B0, EF and BD. RGB value is (176,239,189). Sum of RGB (Red+Green+Blue) = 176+239+189=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFBD is #4F1042. Grayscale: #D6D6D6. Windows color (decimal): -5181507 or 12447664. OLE color: 12447664.

HSL color Cylindrical-coordinate representation of color #B0EFBD: hue angle of 132.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFBD is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 189 -
CMYK 0.26 0 0.21 0.06
HSL 132.38º 0.66% 0.81% -
HSV(B) 132.38º 0.26% 0.94% -
XYZ 57.96 74.64 59.5 -
YUV 214.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 176 239 189 0.26 0 0.21 0.06 132.38 0.66 0.81
Hex B0 EF BD 1A 0 15 6 84 42 51
Octal 260 357 275 32 0 25 6 204 102 121
Binary 10110000 11101111 10111101 11010 0 10101 110 10000100 1000010 1010001

Color Harmonies of #B0EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFBD

Black with #B0EFBD

Text Example


Text Example

White with #B0EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFBD; }

 p { color: rgb(176,239,189); }

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

background-color css

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

 a { background-color: rgb(176,239,189); }

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

border-color css

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

 span { border-color: rgb(176,239,189); }

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