#B5C8AF

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

Shades of Rainee #B5C8AF

Tints of Rainee #B5C8AF

Color information

#B5C8AF (or 0xB5C8AF) is unknown color: approx Rainee. HEX triplet: B5, C8 and AF. RGB value is (181,200,175). Sum of RGB (Red+Green+Blue) = 181+200+175=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C8AF is #4A3750. Grayscale: #BFBFBF. Windows color (decimal): -4863825 or 11520181. OLE color: 11520181.

HSL color Cylindrical-coordinate representation of color #B5C8AF: hue angle of 105.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C8AF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB181200175-
CMYK0.0900.120.22
HSL105.6º18.52%73.53%-
HSV(B)105.6º12.5%78.43%-
XYZ47.4554.2348.52-
YUV191.47118.71120.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.55%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=32.55%
G=35.97%
B=31.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1812001750.0900.120.22105.618.5273.53
HexB5C8AF90C166a134a
Octal265310257110142615223112
Binary101101011100100010101111100101100101101101010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C8AF; }

 p { color: rgb(181,200,175); }

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

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

 a { background-color: rgb(181,200,175); }

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

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

 span { border-color: rgb(181,200,175); }

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