Html Css Color HEX #B2EDC1 Fringy Flower

📋 copy color: '#B2EDC1'

red 178 ◦ green 237 ◦ blue 193

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

Shades of Fringy Flower #B2EDC1

Tints of Fringy Flower #B2EDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.74%

R = 29.28%
G = 38.98%
B = 31.74%

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

#B2EDC1 (or 0xB2EDC1) is known color: Fringy Flower. HEX triplet: B2, ED and C1. RGB value is (178,237,193). Sum of RGB (Red+Green+Blue) = 178+237+193=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDC1 is #4D123E. Grayscale: #D6D6D6. Windows color (decimal): -5050943 or 12709298. OLE color: 12709298.

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

Color convert

RGB 178 237 193 -
CMYK 0.25 0 0.19 0.07
HSL 135.25º 0.62% 0.81% -
HSV(B) 135.25º 0.25% 0.93% -
XYZ 58.27 73.88 61.64 -
YUV 214.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 178 237 193 0.25 0 0.19 0.07 135.25 0.62 0.81
Hex B2 ED C1 19 0 13 7 87 3E 51
Octal 262 355 301 31 0 23 7 207 76 121
Binary 10110010 11101101 11000001 11001 0 10011 111 10000111 111110 1010001

Color Harmonies of #B2EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDC1

Black with #B2EDC1

Text Example


Text Example

White with #B2EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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