Html Css Color HEX #B2CCA7 Rainee

📋 copy color: '#B2CCA7'

red 178 ◦ green 204 ◦ blue 167

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

Shades of Rainee #B2CCA7

Tints of Rainee #B2CCA7

RGB

 RED value IS 178 (69.92% from 255) = 32.42%

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

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

R = 32.42%
G = 37.16%
B = 30.42%

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

#B2CCA7 (or 0xB2CCA7) is known color: Rainee. HEX triplet: B2, CC and A7. RGB value is (178,204,167). Sum of RGB (Red+Green+Blue) = 178+204+167=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCA7 is #4D3358. Grayscale: #C0C0C0. Windows color (decimal): -5059417 or 10996914. OLE color: 10996914.

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

Color convert

RGB 178 204 167 -
CMYK 0.13 0 0.18 0.2
HSL 102.16º 0.27% 0.73% -
HSV(B) 102.16º 0.18% 0.8% -
XYZ 46.93 55.44 44.79 -
YUV 192.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 178 204 167 0.13 0 0.18 0.2 102.16 0.27 0.73
Hex B2 CC A7 D 0 12 14 66 1B 49
Octal 262 314 247 15 0 22 24 146 33 111
Binary 10110010 11001100 10100111 1101 0 10010 10100 1100110 11011 1001001

Color Harmonies of #B2CCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCA7

Black with #B2CCA7

Text Example


Text Example

White with #B2CCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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