Html Css Color HEX #B2CCA8 Rainee

📋 copy color: '#B2CCA8'

red 178 ◦ green 204 ◦ blue 168

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

Shades of Rainee #B2CCA8

Tints of Rainee #B2CCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.55%

R = 32.36%
G = 37.09%
B = 30.55%

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

#B2CCA8 (or 0xB2CCA8) is known color: Rainee. HEX triplet: B2, CC and A8. RGB value is (178,204,168). Sum of RGB (Red+Green+Blue) = 178+204+168=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCA8 is #4D3357. Grayscale: #C0C0C0. Windows color (decimal): -5059416 or 11062450. OLE color: 11062450.

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

Color convert

RGB 178 204 168 -
CMYK 0.13 0 0.18 0.2
HSL 103.33º 0.26% 0.73% -
HSV(B) 103.33º 0.18% 0.8% -
XYZ 47.02 55.48 45.28 -
YUV 192.12 114.39 117.93 -
System Red Green Blue C M Y K H S L
Decimal 178 204 168 0.13 0 0.18 0.2 103.33 0.26 0.73
Hex B2 CC A8 D 0 12 14 67 1A 49
Octal 262 314 250 15 0 22 24 147 32 111
Binary 10110010 11001100 10101000 1101 0 10010 10100 1100111 11010 1001001

Color Harmonies of #B2CCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCA8

Black with #B2CCA8

Text Example


Text Example

White with #B2CCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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