Html Css Color HEX #B0CDA6 Rainee

📋 copy color: '#B0CDA6'

red 176 ◦ green 205 ◦ blue 166

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

Shades of Rainee #B0CDA6

Tints of Rainee #B0CDA6

RGB

 RED value IS 176 (69.14% from 255) = 32.18%

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

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

R = 32.18%
G = 37.48%
B = 30.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#B0CDA6 (or 0xB0CDA6) is known color: Rainee. HEX triplet: B0, CD and A6. RGB value is (176,205,166). Sum of RGB (Red+Green+Blue) = 176+205+166=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CDA6 is #4F3259. Grayscale: #C0C0C0. Windows color (decimal): -5190234 or 10931632. OLE color: 10931632.

HSL color Cylindrical-coordinate representation of color #B0CDA6: hue angle of 104.62º degrees, saturation: 0.28, 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 #B0CDA6 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 205 166 -
CMYK 0.14 0 0.19 0.20
HSL 104.62º 0.28% 0.73% -
HSV(B) 104.62º 0.19% 0.8% -
XYZ 46.62 55.65 44.36 -
YUV 191.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 176 205 166 0.14 0 0.19 0.20 104.62 0.28 0.73
Hex B0 CD A6 E 0 13 14 69 1C 49
Octal 260 315 246 16 0 23 24 151 34 111
Binary 10110000 11001101 10100110 1110 0 10011 10100 1101001 11100 1001001

Color Harmonies of #B0CDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CDA6

Black with #B0CDA6

Text Example


Text Example

White with #B0CDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CDA6; }

 p { color: rgb(176,205,166); }

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

background-color css

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

 a { background-color: rgb(176,205,166); }

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

border-color css

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

 span { border-color: rgb(176,205,166); }

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