Html Css Color HEX #B2EDC0 Fringy Flower

📋 copy color: '#B2EDC0'

red 178 ◦ green 237 ◦ blue 192

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

Shades of Fringy Flower #B2EDC0

Tints of Fringy Flower #B2EDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.63%

R = 29.32%
G = 39.04%
B = 31.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#B2EDC0 (or 0xB2EDC0) is known color: Fringy Flower. HEX triplet: B2, ED and C0. RGB value is (178,237,192). Sum of RGB (Red+Green+Blue) = 178+237+192=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDC0 is #4D123F. Grayscale: #D6D6D6. Windows color (decimal): -5050944 or 12643762. OLE color: 12643762.

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

Color convert

RGB 178 237 192 -
CMYK 0.25 0 0.19 0.07
HSL 134.24º 0.62% 0.81% -
HSV(B) 134.24º 0.25% 0.93% -
XYZ 58.16 73.84 61.06 -
YUV 214.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 178 237 192 0.25 0 0.19 0.07 134.24 0.62 0.81
Hex B2 ED C0 19 0 13 7 86 3E 51
Octal 262 355 300 31 0 23 7 206 76 121
Binary 10110010 11101101 11000000 11001 0 10011 111 10000110 111110 1010001

Color Harmonies of #B2EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDC0

Black with #B2EDC0

Text Example


Text Example

White with #B2EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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