Html Css Color HEX #B2DFC0 Fringy Flower

📋 copy color: '#B2DFC0'

red 178 ◦ green 223 ◦ blue 192

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

Shades of Fringy Flower #B2DFC0

Tints of Fringy Flower #B2DFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.38%

R = 30.02%
G = 37.61%
B = 32.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#B2DFC0 (or 0xB2DFC0) is known color: Fringy Flower. HEX triplet: B2, DF and C0. RGB value is (178,223,192). Sum of RGB (Red+Green+Blue) = 178+223+192=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFC0 is #4D203F. Grayscale: #CECECE. Windows color (decimal): -5054528 or 12640178. OLE color: 12640178.

HSL color Cylindrical-coordinate representation of color #B2DFC0: hue angle of 138.67º 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 #B2DFC0 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 223 192 -
CMYK 0.20 0 0.14 0.13
HSL 138.67º 0.41% 0.79% -
HSV(B) 138.67º 0.2% 0.87% -
XYZ 54.26 66.05 59.76 -
YUV 206.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 178 223 192 0.20 0 0.14 0.13 138.67 0.41 0.79
Hex B2 DF C0 14 0 E D 8B 29 4F
Octal 262 337 300 24 0 16 15 213 51 117
Binary 10110010 11011111 11000000 10100 0 1110 1101 10001011 101001 1001111

Color Harmonies of #B2DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFC0

Black with #B2DFC0

Text Example


Text Example

White with #B2DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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