#B8CEAF

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

Shades of Rainee #B8CEAF

Tints of Rainee #B8CEAF

Color information

#B8CEAF (or 0xB8CEAF) is unknown color: approx Rainee. HEX triplet: B8, CE and AF. RGB value is (184,206,175). Sum of RGB (Red+Green+Blue) = 184+206+175=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CEAF is #473150. Grayscale: #C3C3C3. Windows color (decimal): -4665681 or 11521720. OLE color: 11521720.

HSL color Cylindrical-coordinate representation of color #B8CEAF: hue angle of 102.58º 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 #B8CEAF is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB184206175-
CMYK0.1100.150.19
HSL102.58º24.03%74.71%-
HSV(B)102.58º15.05%80.78%-
XYZ49.5857.4349.03-
YUV195.89116.21119.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 206 (80.86% from 255) = 36.46%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=32.57%
G=36.46%
B=30.97%

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
Decimal1842061750.1100.150.19102.5824.0374.71
HexB8CEAFB0F1367184b
Octal270316257130172314730113
Binary101110001100111010101111101101111100111100111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEAF; }

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

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

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

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

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

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

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

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