Html Css Color HEX #B2EDC6 Fringy Flower

📋 copy color: '#B2EDC6'

red 178 ◦ green 237 ◦ blue 198

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

Shades of Fringy Flower #B2EDC6

Tints of Fringy Flower #B2EDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.3%

R = 29.04%
G = 38.66%
B = 32.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#B2EDC6 (or 0xB2EDC6) is known color: Fringy Flower. HEX triplet: B2, ED and C6. RGB value is (178,237,198). Sum of RGB (Red+Green+Blue) = 178+237+198=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDC6 is #4D1239. Grayscale: #D7D7D7. Windows color (decimal): -5050938 or 13036978. OLE color: 13036978.

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

Color convert

RGB 178 237 198 -
CMYK 0.25 0 0.16 0.07
HSL 140.34º 0.62% 0.81% -
HSV(B) 140.34º 0.25% 0.93% -
XYZ 58.84 74.11 64.63 -
YUV 214.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 178 237 198 0.25 0 0.16 0.07 140.34 0.62 0.81
Hex B2 ED C6 19 0 10 7 8C 3E 51
Octal 262 355 306 31 0 20 7 214 76 121
Binary 10110010 11101101 11000110 11001 0 10000 111 10001100 111110 1010001

Color Harmonies of #B2EDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDC6

Black with #B2EDC6

Text Example


Text Example

White with #B2EDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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