#B7CEAF

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

Shades of Rainee #B7CEAF

Tints of Rainee #B7CEAF

Color information

#B7CEAF (or 0xB7CEAF) is unknown color: approx Rainee. HEX triplet: B7, CE and AF. RGB value is (183,206,175). Sum of RGB (Red+Green+Blue) = 183+206+175=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CEAF is #483150. Grayscale: #C3C3C3. Windows color (decimal): -4731217 or 11521719. OLE color: 11521719.

HSL color Cylindrical-coordinate representation of color #B7CEAF: hue angle of 104.52º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7CEAF is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB183206175-
CMYK0.1100.150.19
HSL104.52º24.03%74.71%-
HSV(B)104.52º15.05%80.78%-
XYZ49.3457.3149.02-
YUV195.59116.38119.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.45%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=32.45%
G=36.52%
B=31.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832061750.1100.150.19104.5224.0374.71
HexB7CEAFB0F1369184b
Octal267316257130172315130113
Binary101101111100111010101111101101111100111101001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CEAF; }

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

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

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

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

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

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

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

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