Html Css Color HEX #B0EDBB Fringy Flower

📋 copy color: '#B0EDBB'

red 176 ◦ green 237 ◦ blue 187

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

Shades of Fringy Flower #B0EDBB

Tints of Fringy Flower #B0EDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.5%

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 29.33%
G = 39.5%
B = 31.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#B0EDBB (or 0xB0EDBB) is known color: Fringy Flower. HEX triplet: B0, ED and BB. RGB value is (176,237,187). Sum of RGB (Red+Green+Blue) = 176+237+187=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDBB is #4F1244. Grayscale: #D5D5D5. Windows color (decimal): -5182021 or 12316080. OLE color: 12316080.

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

Color convert

RGB 176 237 187 -
CMYK 0.26 0 0.21 0.07
HSL 130.82º 0.63% 0.81% -
HSV(B) 130.82º 0.26% 0.93% -
XYZ 57.16 73.39 58.17 -
YUV 213.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 176 237 187 0.26 0 0.21 0.07 130.82 0.63 0.81
Hex B0 ED BB 1A 0 15 7 83 3F 51
Octal 260 355 273 32 0 25 7 203 77 121
Binary 10110000 11101101 10111011 11010 0 10101 111 10000011 111111 1010001

Color Harmonies of #B0EDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EDBB

Black with #B0EDBB

Text Example


Text Example

White with #B0EDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EDBB; }

 p { color: rgb(176,237,187); }

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

background-color css

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

 a { background-color: rgb(176,237,187); }

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

border-color css

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

 span { border-color: rgb(176,237,187); }

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