Html Css Color HEX #B2DCB7 Fringy Flower

📋 copy color: '#B2DCB7'

red 178 ◦ green 220 ◦ blue 183

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

Shades of Fringy Flower #B2DCB7

Tints of Fringy Flower #B2DCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.87%

 BLUE value IS 183 (71.88% from 255) = 31.5%

R = 30.64%
G = 37.87%
B = 31.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#B2DCB7 (or 0xB2DCB7) is known color: Fringy Flower. HEX triplet: B2, DC and B7. RGB value is (178,220,183). Sum of RGB (Red+Green+Blue) = 178+220+183=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCB7 is #4D2348. Grayscale: #CBCBCB. Windows color (decimal): -5055305 or 12049586. OLE color: 12049586.

HSL color Cylindrical-coordinate representation of color #B2DCB7: hue angle of 127.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCB7 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 183 -
CMYK 0.19 0 0.17 0.14
HSL 127.14º 0.38% 0.78% -
HSV(B) 127.14º 0.19% 0.86% -
XYZ 52.5 64.07 54.4 -
YUV 203.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 178 220 183 0.19 0 0.17 0.14 127.14 0.38 0.78
Hex B2 DC B7 13 0 11 E 7F 26 4E
Octal 262 334 267 23 0 21 16 177 46 116
Binary 10110010 11011100 10110111 10011 0 10001 1110 1111111 100110 1001110

Color Harmonies of #B2DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCB7

Black with #B2DCB7

Text Example


Text Example

White with #B2DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCB7; }

 p { color: rgb(178,220,183); }

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

background-color css

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

 a { background-color: rgb(178,220,183); }

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

border-color css

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

 span { border-color: rgb(178,220,183); }

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