#B7DAC0

Color #B7DAC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B7DAC0

Tints of Fringy Flower #B7DAC0

Color information

#B7DAC0 (or 0xB7DAC0) is unknown color: approx Fringy Flower. HEX triplet: B7, DA and C0. RGB value is (183,218,192). Sum of RGB (Red+Green+Blue) = 183+218+192=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DAC0 is #48253F. Grayscale: #CCCCCC. Windows color (decimal): -4728128 or 12638903. OLE color: 12638903.

HSL color Cylindrical-coordinate representation of color #B7DAC0: hue angle of 135.43º degrees, saturation: 0.32, 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 #B7DAC0 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB183218192-
CMYK0.1600.120.15
HSL135.43º32.11%78.63%-
HSV(B)135.43º16.06%85.49%-
XYZ54.1164.0259.37-
YUV204.57120.9112.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.86%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=30.86%
G=36.76%
B=32.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832181920.1600.120.15135.4332.1178.63
HexB7DAC0100CF87204f
Octal267332300200141720740117
Binary10110111110110101100000010000011001111100001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DAC0; }

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

 H1.HeaderClassName
 {
   color: #B7DAC0;
 }
 .AnyTagClassName
 {
   color: #B7DAC0;
 }
</style>
background-color css

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

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

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

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

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

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