#B0CDA7

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

Shades of Rainee #B0CDA7

Tints of Rainee #B0CDA7

Color information

#B0CDA7 (or 0xB0CDA7) is unknown color: approx Rainee. HEX triplet: B0, CD and A7. RGB value is (176,205,167). Sum of RGB (Red+Green+Blue) = 176+205+167=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CDA7 is #4F3258. Grayscale: #C0C0C0. Windows color (decimal): -5190233 or 10997168. OLE color: 10997168.

HSL color Cylindrical-coordinate representation of color #B0CDA7: hue angle of 105.79º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0CDA7 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB176205167-
CMYK0.1400.190.20
HSL105.79º27.54%72.94%-
HSV(B)105.79º18.54%80.39%-
XYZ46.7155.6844.85-
YUV192113.89116.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=32.12%
G=37.41%
B=30.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051670.1400.190.20105.7927.5472.94
HexB0CDA7E013146a1c49
Octal260315247160232415234111
Binary1011000011001101101001111110010011101001101010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDA7; }

 p { color: rgb(176,205,167); }

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

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

 a { background-color: rgb(176,205,167); }

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

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

 span { border-color: rgb(176,205,167); }

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