Html Css Color HEX #B2EDB8 Fringy Flower

📋 copy color: '#B2EDB8'

red 178 ◦ green 237 ◦ blue 184

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

Shades of Fringy Flower #B2EDB8

Tints of Fringy Flower #B2EDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.72%

R = 29.72%
G = 39.57%
B = 30.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#B2EDB8 (or 0xB2EDB8) is known color: Fringy Flower. HEX triplet: B2, ED and B8. RGB value is (178,237,184). Sum of RGB (Red+Green+Blue) = 178+237+184=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDB8 is #4D1247. Grayscale: #D5D5D5. Windows color (decimal): -5050952 or 12119474. OLE color: 12119474.

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

Color convert

RGB 178 237 184 -
CMYK 0.25 0 0.22 0.07
HSL 126.1º 0.62% 0.81% -
HSV(B) 126.1º 0.25% 0.93% -
XYZ 57.3 73.49 56.51 -
YUV 213.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 178 237 184 0.25 0 0.22 0.07 126.1 0.62 0.81
Hex B2 ED B8 19 0 16 7 7E 3E 51
Octal 262 355 270 31 0 26 7 176 76 121
Binary 10110010 11101101 10111000 11001 0 10110 111 1111110 111110 1010001

Color Harmonies of #B2EDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDB8

Black with #B2EDB8

Text Example


Text Example

White with #B2EDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDB8; }

 p { color: rgb(178,237,184); }

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

background-color css

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

 a { background-color: rgb(178,237,184); }

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

border-color css

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

 span { border-color: rgb(178,237,184); }

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