Html Css Color HEX #B4EEBD Fringy Flower

📋 copy color: '#B4EEBD'

red 180 ◦ green 238 ◦ blue 189

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

Shades of Fringy Flower #B4EEBD

Tints of Fringy Flower #B4EEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.21%

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

R = 29.65%
G = 39.21%
B = 31.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#B4EEBD (or 0xB4EEBD) is known color: Fringy Flower. HEX triplet: B4, EE and BD. RGB value is (180,238,189). Sum of RGB (Red+Green+Blue) = 180+238+189=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EEBD is #4B1142. Grayscale: #D7D7D7. Windows color (decimal): -4919619 or 12447412. OLE color: 12447412.

HSL color Cylindrical-coordinate representation of color #B4EEBD: hue angle of 129.31º degrees, saturation: 0.63, 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 #B4EEBD is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 238 189 -
CMYK 0.24 0 0.21 0.07
HSL 129.31º 0.63% 0.82% -
HSV(B) 129.31º 0.24% 0.93% -
XYZ 58.58 74.53 59.44 -
YUV 215.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 180 238 189 0.24 0 0.21 0.07 129.31 0.63 0.82
Hex B4 EE BD 18 0 15 7 81 3F 52
Octal 264 356 275 30 0 25 7 201 77 122
Binary 10110100 11101110 10111101 11000 0 10101 111 10000001 111111 1010010

Color Harmonies of #B4EEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EEBD

Black with #B4EEBD

Text Example


Text Example

White with #B4EEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EEBD; }

 p { color: rgb(180,238,189); }

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

background-color css

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

 a { background-color: rgb(180,238,189); }

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

border-color css

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

 span { border-color: rgb(180,238,189); }

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