Html Css Color HEX #B2DFBE Fringy Flower

📋 copy color: '#B2DFBE'

red 178 ◦ green 223 ◦ blue 190

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

Shades of Fringy Flower #B2DFBE

Tints of Fringy Flower #B2DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.73%

 BLUE value IS 190 (74.61% from 255) = 32.15%

R = 30.12%
G = 37.73%
B = 32.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#B2DFBE (or 0xB2DFBE) is known color: Fringy Flower. HEX triplet: B2, DF and BE. RGB value is (178,223,190). Sum of RGB (Red+Green+Blue) = 178+223+190=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFBE is #4D2041. Grayscale: #CDCDCD. Windows color (decimal): -5054530 or 12509106. OLE color: 12509106.

HSL color Cylindrical-coordinate representation of color #B2DFBE: hue angle of 136º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFBE is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 223 190 -
CMYK 0.20 0 0.15 0.13
HSL 136º 0.41% 0.79% -
HSV(B) 136º 0.2% 0.87% -
XYZ 54.04 65.96 58.6 -
YUV 205.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 178 223 190 0.20 0 0.15 0.13 136 0.41 0.79
Hex B2 DF BE 14 0 F D 88 29 4F
Octal 262 337 276 24 0 17 15 210 51 117
Binary 10110010 11011111 10111110 10100 0 1111 1101 10001000 101001 1001111

Color Harmonies of #B2DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFBE

Black with #B2DFBE

Text Example


Text Example

White with #B2DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFBE; }

 p { color: rgb(178,223,190); }

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

background-color css

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

 a { background-color: rgb(178,223,190); }

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

border-color css

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

 span { border-color: rgb(178,223,190); }

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