Html Css Color HEX #B2EEBD Fringy Flower

📋 copy color: '#B2EEBD'

red 178 ◦ green 238 ◦ blue 189

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

Shades of Fringy Flower #B2EEBD

Tints of Fringy Flower #B2EEBD

RGB

 RED value IS 178 (69.92% from 255) = 29.42%

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

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

R = 29.42%
G = 39.34%
B = 31.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#B2EEBD (or 0xB2EEBD) is known color: Fringy Flower. HEX triplet: B2, EE and BD. RGB value is (178,238,189). Sum of RGB (Red+Green+Blue) = 178+238+189=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEBD is #4D1142. Grayscale: #D6D6D6. Windows color (decimal): -5050691 or 12447410. OLE color: 12447410.

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

Color convert

RGB 178 238 189 -
CMYK 0.25 0 0.21 0.07
HSL 131º 0.64% 0.82% -
HSV(B) 131º 0.25% 0.93% -
XYZ 58.12 74.29 59.42 -
YUV 214.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 178 238 189 0.25 0 0.21 0.07 131 0.64 0.82
Hex B2 EE BD 19 0 15 7 83 40 52
Octal 262 356 275 31 0 25 7 203 100 122
Binary 10110010 11101110 10111101 11001 0 10101 111 10000011 1000000 1010010

Color Harmonies of #B2EEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EEBD

Black with #B2EEBD

Text Example


Text Example

White with #B2EEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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