Html Css Color HEX #B1CCA6 Rainee

📋 copy color: '#B1CCA6'

red 177 ◦ green 204 ◦ blue 166

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

Shades of Rainee #B1CCA6

Tints of Rainee #B1CCA6

RGB

 RED value IS 177 (69.53% from 255) = 32.36%

 GREEN value IS 204 (80.08% from 255) = 37.29%

 BLUE value IS 166 (65.23% from 255) = 30.35%

R = 32.36%
G = 37.29%
B = 30.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#B1CCA6 (or 0xB1CCA6) is known color: Rainee. HEX triplet: B1, CC and A6. RGB value is (177,204,166). Sum of RGB (Red+Green+Blue) = 177+204+166=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CCA6 is #4E3359. Grayscale: #BFBFBF. Windows color (decimal): -5124954 or 10931377. OLE color: 10931377.

HSL color Cylindrical-coordinate representation of color #B1CCA6: hue angle of 102.63º degrees, saturation: 0.27, 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 #B1CCA6 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 166 -
CMYK 0.13 0 0.19 0.2
HSL 102.63º 0.27% 0.73% -
HSV(B) 102.63º 0.19% 0.8% -
XYZ 46.61 55.29 44.29 -
YUV 191.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 177 204 166 0.13 0 0.19 0.2 102.63 0.27 0.73
Hex B1 CC A6 D 0 13 14 67 1B 49
Octal 261 314 246 15 0 23 24 147 33 111
Binary 10110001 11001100 10100110 1101 0 10011 10100 1100111 11011 1001001

Color Harmonies of #B1CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCA6

Black with #B1CCA6

Text Example


Text Example

White with #B1CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCA6; }

 p { color: rgb(177,204,166); }

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

background-color css

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

 a { background-color: rgb(177,204,166); }

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

border-color css

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

 span { border-color: rgb(177,204,166); }

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