Html Css Color HEX #B2CDAB Rainee

📋 copy color: '#B2CDAB'

red 178 ◦ green 205 ◦ blue 171

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

Shades of Rainee #B2CDAB

Tints of Rainee #B2CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37%

 BLUE value IS 171 (67.19% from 255) = 30.87%

R = 32.13%
G = 37%
B = 30.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#B2CDAB (or 0xB2CDAB) is known color: Rainee. HEX triplet: B2, CD and AB. RGB value is (178,205,171). Sum of RGB (Red+Green+Blue) = 178+205+171=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CDAB is #4D3254. Grayscale: #C1C1C1. Windows color (decimal): -5059157 or 11259314. OLE color: 11259314.

HSL color Cylindrical-coordinate representation of color #B2CDAB: hue angle of 107.65º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2CDAB is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 171 -
CMYK 0.13 0 0.17 0.20
HSL 107.65º 0.25% 0.74% -
HSV(B) 107.65º 0.17% 0.8% -
XYZ 47.54 56.07 46.84 -
YUV 193.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 178 205 171 0.13 0 0.17 0.20 107.65 0.25 0.74
Hex B2 CD AB D 0 11 14 6C 19 4A
Octal 262 315 253 15 0 21 24 154 31 112
Binary 10110010 11001101 10101011 1101 0 10001 10100 1101100 11001 1001010

Color Harmonies of #B2CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDAB

Black with #B2CDAB

Text Example


Text Example

White with #B2CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDAB; }

 p { color: rgb(178,205,171); }

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

background-color css

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

 a { background-color: rgb(178,205,171); }

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

border-color css

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

 span { border-color: rgb(178,205,171); }

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