Html Css Color HEX #B2EDB6 Fringy Flower

📋 copy color: '#B2EDB6'

red 178 ◦ green 237 ◦ blue 182

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

Shades of Fringy Flower #B2EDB6

Tints of Fringy Flower #B2EDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.49%

R = 29.82%
G = 39.7%
B = 30.49%

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

#B2EDB6 (or 0xB2EDB6) is known color: Fringy Flower. HEX triplet: B2, ED and B6. RGB value is (178,237,182). Sum of RGB (Red+Green+Blue) = 178+237+182=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDB6 is #4D1249. Grayscale: #D5D5D5. Windows color (decimal): -5050954 or 11988402. OLE color: 11988402.

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

Color convert

RGB 178 237 182 -
CMYK 0.25 0 0.23 0.07
HSL 124.07º 0.62% 0.81% -
HSV(B) 124.07º 0.25% 0.93% -
XYZ 57.09 73.41 55.42 -
YUV 213.09 110.45 102.97 -
System Red Green Blue C M Y K H S L
Decimal 178 237 182 0.25 0 0.23 0.07 124.07 0.62 0.81
Hex B2 ED B6 19 0 17 7 7C 3E 51
Octal 262 355 266 31 0 27 7 174 76 121
Binary 10110010 11101101 10110110 11001 0 10111 111 1111100 111110 1010001

Color Harmonies of #B2EDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDB6

Black with #B2EDB6

Text Example


Text Example

White with #B2EDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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