Html Css Color HEX #B2EDB7 Fringy Flower

📋 copy color: '#B2EDB7'

red 178 ◦ green 237 ◦ blue 183

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

Shades of Fringy Flower #B2EDB7

Tints of Fringy Flower #B2EDB7

RGB

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

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

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

R = 29.77%
G = 39.63%
B = 30.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#B2EDB7 (or 0xB2EDB7) is known color: Fringy Flower. HEX triplet: B2, ED and B7. RGB value is (178,237,183). Sum of RGB (Red+Green+Blue) = 178+237+183=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDB7 is #4D1248. Grayscale: #D5D5D5. Windows color (decimal): -5050953 or 12053938. OLE color: 12053938.

HSL color Cylindrical-coordinate representation of color #B2EDB7: hue angle of 125.08º 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 #B2EDB7 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 237 183 -
CMYK 0.25 0 0.23 0.07
HSL 125.08º 0.62% 0.81% -
HSV(B) 125.08º 0.25% 0.93% -
XYZ 57.19 73.45 55.96 -
YUV 213.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 178 237 183 0.25 0 0.23 0.07 125.08 0.62 0.81
Hex B2 ED B7 19 0 17 7 7D 3E 51
Octal 262 355 267 31 0 27 7 175 76 121
Binary 10110010 11101101 10110111 11001 0 10111 111 1111101 111110 1010001

Color Harmonies of #B2EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDB7

Black with #B2EDB7

Text Example


Text Example

White with #B2EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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