Html Css Color HEX #B2EDC2 Fringy Flower

📋 copy color: '#B2EDC2'

red 178 ◦ green 237 ◦ blue 194

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

Shades of Fringy Flower #B2EDC2

Tints of Fringy Flower #B2EDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.86%

R = 29.23%
G = 38.92%
B = 31.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#B2EDC2 (or 0xB2EDC2) is known color: Fringy Flower. HEX triplet: B2, ED and C2. RGB value is (178,237,194). Sum of RGB (Red+Green+Blue) = 178+237+194=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDC2 is #4D123D. Grayscale: #D6D6D6. Windows color (decimal): -5050942 or 12774834. OLE color: 12774834.

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

Color convert

RGB 178 237 194 -
CMYK 0.25 0 0.18 0.07
HSL 136.27º 0.62% 0.81% -
HSV(B) 136.27º 0.25% 0.93% -
XYZ 58.38 73.93 62.23 -
YUV 214.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 178 237 194 0.25 0 0.18 0.07 136.27 0.62 0.81
Hex B2 ED C2 19 0 12 7 88 3E 51
Octal 262 355 302 31 0 22 7 210 76 121
Binary 10110010 11101101 11000010 11001 0 10010 111 10001000 111110 1010001

Color Harmonies of #B2EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDC2

Black with #B2EDC2

Text Example


Text Example

White with #B2EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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