#B4CFAA

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

Shades of Rainee #B4CFAA

Tints of Rainee #B4CFAA

Color information

#B4CFAA (or 0xB4CFAA) is unknown color: approx Rainee. HEX triplet: B4, CF and AA. RGB value is (180,207,170). Sum of RGB (Red+Green+Blue) = 180+207+170=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CFAA is #4B3055. Grayscale: #C2C2C2. Windows color (decimal): -4927574 or 11194292. OLE color: 11194292.

HSL color Cylindrical-coordinate representation of color #B4CFAA: hue angle of 103.78º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4CFAA is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB180207170-
CMYK0.1300.180.19
HSL103.78º27.82%73.92%-
HSV(B)103.78º17.87%81.18%-
XYZ48.3957.2346.53-
YUV194.71114.05117.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=32.32%
G=37.16%
B=30.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802071700.1300.180.19103.7827.8273.92
HexB4CFAAD01213681c4a
Octal264317252150222315034112
Binary1011010011001111101010101101010010100111101000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFAA; }

 p { color: rgb(180,207,170); }

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

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

 a { background-color: rgb(180,207,170); }

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

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

 span { border-color: rgb(180,207,170); }

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