Html Css Color HEX #B4EDB7 Fringy Flower

📋 copy color: '#B4EDB7'

red 180 ◦ green 237 ◦ blue 183

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

Shades of Fringy Flower #B4EDB7

Tints of Fringy Flower #B4EDB7

RGB

 RED value IS 180 (70.7% from 255) = 30%

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

 BLUE value IS 183 (71.88% from 255) = 30.5%

R = 30%
G = 39.5%
B = 30.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#B4EDB7 (or 0xB4EDB7) is known color: Fringy Flower. HEX triplet: B4, ED and B7. RGB value is (180,237,183). Sum of RGB (Red+Green+Blue) = 180+237+183=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDB7 is #4B1248. Grayscale: #D5D5D5. Windows color (decimal): -4919881 or 12053940. OLE color: 12053940.

HSL color Cylindrical-coordinate representation of color #B4EDB7: hue angle of 123.16º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EDB7 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 237 183 -
CMYK 0.24 0 0.23 0.07
HSL 123.16º 0.61% 0.82% -
HSV(B) 123.16º 0.24% 0.93% -
XYZ 57.65 73.69 55.98 -
YUV 213.8 110.62 103.89 -
System Red Green Blue C M Y K H S L
Decimal 180 237 183 0.24 0 0.23 0.07 123.16 0.61 0.82
Hex B4 ED B7 18 0 17 7 7B 3D 52
Octal 264 355 267 30 0 27 7 173 75 122
Binary 10110100 11101101 10110111 11000 0 10111 111 1111011 111101 1010010

Color Harmonies of #B4EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EDB7

Black with #B4EDB7

Text Example


Text Example

White with #B4EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EDB7; }

 p { color: rgb(180,237,183); }

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

background-color css

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

 a { background-color: rgb(180,237,183); }

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

border-color css

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

 span { border-color: rgb(180,237,183); }

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