Html Css Color HEX #B2DFC1 Fringy Flower

📋 copy color: '#B2DFC1'

red 178 ◦ green 223 ◦ blue 193

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

Shades of Fringy Flower #B2DFC1

Tints of Fringy Flower #B2DFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.49%

R = 29.97%
G = 37.54%
B = 32.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#B2DFC1 (or 0xB2DFC1) is known color: Fringy Flower. HEX triplet: B2, DF and C1. RGB value is (178,223,193). Sum of RGB (Red+Green+Blue) = 178+223+193=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFC1 is #4D203E. Grayscale: #CECECE. Windows color (decimal): -5054527 or 12705714. OLE color: 12705714.

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

Color convert

RGB 178 223 193 -
CMYK 0.20 0 0.13 0.13
HSL 140º 0.41% 0.79% -
HSV(B) 140º 0.2% 0.87% -
XYZ 54.37 66.09 60.34 -
YUV 206.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 178 223 193 0.20 0 0.13 0.13 140 0.41 0.79
Hex B2 DF C1 14 0 D D 8C 29 4F
Octal 262 337 301 24 0 15 15 214 51 117
Binary 10110010 11011111 11000001 10100 0 1101 1101 10001100 101001 1001111

Color Harmonies of #B2DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFC1

Black with #B2DFC1

Text Example


Text Example

White with #B2DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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