Html Css Color HEX #B1CCA7 Rainee

📋 copy color: '#B1CCA7'

red 177 ◦ green 204 ◦ blue 167

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

Shades of Rainee #B1CCA7

Tints of Rainee #B1CCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.47%

R = 32.3%
G = 37.23%
B = 30.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#B1CCA7 (or 0xB1CCA7) is known color: Rainee. HEX triplet: B1, CC and A7. RGB value is (177,204,167). Sum of RGB (Red+Green+Blue) = 177+204+167=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CCA7 is #4E3358. Grayscale: #BFBFBF. Windows color (decimal): -5124953 or 10996913. OLE color: 10996913.

HSL color Cylindrical-coordinate representation of color #B1CCA7: hue angle of 103.78º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1CCA7 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 167 -
CMYK 0.13 0 0.18 0.2
HSL 103.78º 0.27% 0.73% -
HSV(B) 103.78º 0.18% 0.8% -
XYZ 46.7 55.32 44.78 -
YUV 191.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 177 204 167 0.13 0 0.18 0.2 103.78 0.27 0.73
Hex B1 CC A7 D 0 12 14 68 1B 49
Octal 261 314 247 15 0 22 24 150 33 111
Binary 10110001 11001100 10100111 1101 0 10010 10100 1101000 11011 1001001

Color Harmonies of #B1CCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCA7

Black with #B1CCA7

Text Example


Text Example

White with #B1CCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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