Html Css Color HEX #B2EDC5 Fringy Flower

📋 copy color: '#B2EDC5'

red 178 ◦ green 237 ◦ blue 197

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

Shades of Fringy Flower #B2EDC5

Tints of Fringy Flower #B2EDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.19%

R = 29.08%
G = 38.73%
B = 32.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#B2EDC5 (or 0xB2EDC5) is known color: Fringy Flower. HEX triplet: B2, ED and C5. RGB value is (178,237,197). Sum of RGB (Red+Green+Blue) = 178+237+197=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDC5 is #4D123A. Grayscale: #D6D6D6. Windows color (decimal): -5050939 or 12971442. OLE color: 12971442.

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

Color convert

RGB 178 237 197 -
CMYK 0.25 0 0.17 0.07
HSL 139.32º 0.62% 0.81% -
HSV(B) 139.32º 0.25% 0.93% -
XYZ 58.72 74.06 64.02 -
YUV 214.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 178 237 197 0.25 0 0.17 0.07 139.32 0.62 0.81
Hex B2 ED C5 19 0 11 7 8B 3E 51
Octal 262 355 305 31 0 21 7 213 76 121
Binary 10110010 11101101 11000101 11001 0 10001 111 10001011 111110 1010001

Color Harmonies of #B2EDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDC5

Black with #B2EDC5

Text Example


Text Example

White with #B2EDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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