#B7CCAF

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

Shades of Rainee #B7CCAF

Tints of Rainee #B7CCAF

Color information

#B7CCAF (or 0xB7CCAF) is unknown color: approx Rainee. HEX triplet: B7, CC and AF. RGB value is (183,204,175). Sum of RGB (Red+Green+Blue) = 183+204+175=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CCAF is #483350. Grayscale: #C2C2C2. Windows color (decimal): -4731729 or 11521207. OLE color: 11521207.

HSL color Cylindrical-coordinate representation of color #B7CCAF: hue angle of 103.45º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7CCAF is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB183204175-
CMYK0.1000.140.2
HSL103.45º22.14%74.31%-
HSV(B)103.45º14.22%80%-
XYZ48.8656.3548.86-
YUV194.41117.04119.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=32.56%
G=36.30%
B=31.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832041750.1000.140.2103.4522.1474.31
HexB7CCAFA0E1467164a
Octal267314257120162414726112
Binary101101111100110010101111101001110101001100111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCAF; }

 p { color: rgb(183,204,175); }

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

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

 a { background-color: rgb(183,204,175); }

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

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

 span { border-color: rgb(183,204,175); }

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