Html Css Color HEX #B8DFC0 Fringy Flower

📋 copy color: '#B8DFC0'

red 184 ◦ green 223 ◦ blue 192

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

Shades of Fringy Flower #B8DFC0

Tints of Fringy Flower #B8DFC0

RGB

 RED value IS 184 (72.27% from 255) = 30.72%

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

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

R = 30.72%
G = 37.23%
B = 32.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#B8DFC0 (or 0xB8DFC0) is known color: Fringy Flower. HEX triplet: B8, DF and C0. RGB value is (184,223,192). Sum of RGB (Red+Green+Blue) = 184+223+192=599 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.72% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFC0 is #47203F. Grayscale: #CFCFCF. Windows color (decimal): -4661312 or 12640184. OLE color: 12640184.

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

Color convert

RGB 184 223 192 -
CMYK 0.17 0 0.14 0.13
HSL 132.31º 0.38% 0.8% -
HSV(B) 132.31º 0.17% 0.87% -
XYZ 55.67 66.77 59.82 -
YUV 207.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 184 223 192 0.17 0 0.14 0.13 132.31 0.38 0.8
Hex B8 DF C0 11 0 E D 84 26 50
Octal 270 337 300 21 0 16 15 204 46 120
Binary 10111000 11011111 11000000 10001 0 1110 1101 10000100 100110 1010000

Color Harmonies of #B8DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DFC0

Black with #B8DFC0

Text Example


Text Example

White with #B8DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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