Html Css Color HEX #B8DAC0 Fringy Flower

📋 copy color: '#B8DAC0'

red 184 ◦ green 218 ◦ blue 192

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

Shades of Fringy Flower #B8DAC0

Tints of Fringy Flower #B8DAC0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.7%

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

R = 30.98%
G = 36.7%
B = 32.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#B8DAC0 (or 0xB8DAC0) is known color: Fringy Flower. HEX triplet: B8, DA and C0. RGB value is (184,218,192). Sum of RGB (Red+Green+Blue) = 184+218+192=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DAC0 is #47253F. Grayscale: #CCCCCC. Windows color (decimal): -4662592 or 12638904. OLE color: 12638904.

HSL color Cylindrical-coordinate representation of color #B8DAC0: hue angle of 134.12º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DAC0 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 218 192 -
CMYK 0.16 0 0.12 0.15
HSL 134.12º 0.31% 0.79% -
HSV(B) 134.12º 0.16% 0.85% -
XYZ 54.35 64.14 59.38 -
YUV 204.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 184 218 192 0.16 0 0.12 0.15 134.12 0.31 0.79
Hex B8 DA C0 10 0 C F 86 1F 4F
Octal 270 332 300 20 0 14 17 206 37 117
Binary 10111000 11011010 11000000 10000 0 1100 1111 10000110 11111 1001111

Color Harmonies of #B8DAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DAC0

Black with #B8DAC0

Text Example


Text Example

White with #B8DAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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