Html Css Color HEX #B2EFBC Fringy Flower

📋 copy color: '#B2EFBC'

red 178 ◦ green 239 ◦ blue 188

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

Shades of Fringy Flower #B2EFBC

Tints of Fringy Flower #B2EFBC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

 BLUE value IS 188 (73.83% from 255) = 31.07%

R = 29.42%
G = 39.5%
B = 31.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#B2EFBC (or 0xB2EFBC) is known color: Fringy Flower. HEX triplet: B2, EF and BC. RGB value is (178,239,188). Sum of RGB (Red+Green+Blue) = 178+239+188=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFBC is #4D1043. Grayscale: #D7D7D7. Windows color (decimal): -5050436 or 12382130. OLE color: 12382130.

HSL color Cylindrical-coordinate representation of color #B2EFBC: hue angle of 129.84º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFBC is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 239 188 -
CMYK 0.26 0 0.21 0.06
HSL 129.84º 0.66% 0.82% -
HSV(B) 129.84º 0.26% 0.94% -
XYZ 58.3 74.83 58.95 -
YUV 214.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 178 239 188 0.26 0 0.21 0.06 129.84 0.66 0.82
Hex B2 EF BC 1A 0 15 6 82 42 52
Octal 262 357 274 32 0 25 6 202 102 122
Binary 10110010 11101111 10111100 11010 0 10101 110 10000010 1000010 1010010

Color Harmonies of #B2EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFBC

Black with #B2EFBC

Text Example


Text Example

White with #B2EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFBC; }

 p { color: rgb(178,239,188); }

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

background-color css

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

 a { background-color: rgb(178,239,188); }

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

border-color css

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

 span { border-color: rgb(178,239,188); }

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