#B7CBB3

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

Shades of Rainee #B7CBB3

Tints of Rainee #B7CBB3

Color information

#B7CBB3 (or 0xB7CBB3) is unknown color: approx Rainee. HEX triplet: B7, CB and B3. RGB value is (183,203,179). Sum of RGB (Red+Green+Blue) = 183+203+179=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBB3 is #48344C. Grayscale: #C2C2C2. Windows color (decimal): -4731981 or 11783095. OLE color: 11783095.

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

Color convert

RGB183203179-
CMYK0.1000.120.20
HSL110º18.75%74.9%-
HSV(B)110º11.82%79.61%-
XYZ49.0256.0350.88-
YUV194.28119.37119.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.39%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=32.39%
G=35.93%
B=31.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832031790.1000.120.2011018.7574.9
HexB7CBB3A0C146e134b
Octal267313263120142415623113
Binary101101111100101110110011101001100101001101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CBB3; }

 p { color: rgb(183,203,179); }

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

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

 a { background-color: rgb(183,203,179); }

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

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

 span { border-color: rgb(183,203,179); }

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