Html Css Color HEX #B1DFC0 Fringy Flower

📋 copy color: '#B1DFC0'

red 177 ◦ green 223 ◦ blue 192

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

Shades of Fringy Flower #B1DFC0

Tints of Fringy Flower #B1DFC0

RGB

 RED value IS 177 (69.53% from 255) = 29.9%

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

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

R = 29.9%
G = 37.67%
B = 32.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#B1DFC0 (or 0xB1DFC0) is known color: Fringy Flower. HEX triplet: B1, DF and C0. RGB value is (177,223,192). Sum of RGB (Red+Green+Blue) = 177+223+192=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFC0 is #4E203F. Grayscale: #CDCDCD. Windows color (decimal): -5120064 or 12640177. OLE color: 12640177.

HSL color Cylindrical-coordinate representation of color #B1DFC0: hue angle of 139.57º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFC0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 192 -
CMYK 0.21 0 0.14 0.13
HSL 139.57º 0.42% 0.78% -
HSV(B) 139.57º 0.21% 0.87% -
XYZ 54.03 65.93 59.75 -
YUV 205.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 177 223 192 0.21 0 0.14 0.13 139.57 0.42 0.78
Hex B1 DF C0 15 0 E D 8C 2A 4E
Octal 261 337 300 25 0 16 15 214 52 116
Binary 10110001 11011111 11000000 10101 0 1110 1101 10001100 101010 1001110

Color Harmonies of #B1DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFC0

Black with #B1DFC0

Text Example


Text Example

White with #B1DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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