Html Css Color HEX #B6CBB2 Rainee

📋 copy color: '#B6CBB2'

red 182 ◦ green 203 ◦ blue 178

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

Shades of Rainee #B6CBB2

Tints of Rainee #B6CBB2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.06%

 BLUE value IS 178 (69.92% from 255) = 31.62%

R = 32.33%
G = 36.06%
B = 31.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#B6CBB2 (or 0xB6CBB2) is known color: Rainee. HEX triplet: B6, CB and B2. RGB value is (182,203,178). Sum of RGB (Red+Green+Blue) = 182+203+178=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CBB2 is #49344D. Grayscale: #C1C1C1. Windows color (decimal): -4797518 or 11717558. OLE color: 11717558.

HSL color Cylindrical-coordinate representation of color #B6CBB2: hue angle of 110.4º 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 #B6CBB2 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 203 178 -
CMYK 0.10 0 0.12 0.20
HSL 110.4º 0.19% 0.75% -
HSV(B) 110.4º 0.12% 0.8% -
XYZ 48.68 55.87 50.34 -
YUV 193.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 182 203 178 0.10 0 0.12 0.20 110.4 0.19 0.75
Hex B6 CB B2 A 0 C 14 6E 13 4B
Octal 266 313 262 12 0 14 24 156 23 113
Binary 10110110 11001011 10110010 1010 0 1100 10100 1101110 10011 1001011

Color Harmonies of #B6CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CBB2

Black with #B6CBB2

Text Example


Text Example

White with #B6CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CBB2; }

 p { color: rgb(182,203,178); }

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

background-color css

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

 a { background-color: rgb(182,203,178); }

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

border-color css

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

 span { border-color: rgb(182,203,178); }

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