Html Css Color HEX #B6CAB0 Rainee

📋 copy color: '#B6CAB0'

red 182 ◦ green 202 ◦ blue 176

#B6CAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #B6CAB0

Tints of Rainee #B6CAB0

RGB

 RED value IS 182 (71.48% from 255) = 32.5%

 GREEN value IS 202 (79.3% from 255) = 36.07%

 BLUE value IS 176 (69.14% from 255) = 31.43%

R = 32.5%
G = 36.07%
B = 31.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#B6CAB0 (or 0xB6CAB0) is known color: Rainee. HEX triplet: B6, CA and B0. RGB value is (182,202,176). Sum of RGB (Red+Green+Blue) = 182+202+176=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CAB0 is #49354F. Grayscale: #C1C1C1. Windows color (decimal): -4797776 or 11586230. OLE color: 11586230.

HSL color Cylindrical-coordinate representation of color #B6CAB0: hue angle of 106.15º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6CAB0 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 202 176 -
CMYK 0.10 0 0.13 0.21
HSL 106.15º 0.2% 0.74% -
HSV(B) 106.15º 0.13% 0.79% -
XYZ 48.25 55.32 49.21 -
YUV 193.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 182 202 176 0.10 0 0.13 0.21 106.15 0.2 0.74
Hex B6 CA B0 A 0 D 15 6A 14 4A
Octal 266 312 260 12 0 15 25 152 24 112
Binary 10110110 11001010 10110000 1010 0 1101 10101 1101010 10100 1001010

Color Harmonies of #B6CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CAB0

Black with #B6CAB0

Text Example


Text Example

White with #B6CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CAB0; }

 p { color: rgb(182,202,176); }

 H1.HeaderClassName
 {
   color: #B6CAB0;
 }
 .AnyTagClassName
 {
   color: #B6CAB0;
 }
</style>

background-color css

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

 a { background-color: rgb(182,202,176); }

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

border-color css

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

 span { border-color: rgb(182,202,176); }

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