Html Css Color HEX #B9CDB4 Rainee

📋 copy color: '#B9CDB4'

red 185 ◦ green 205 ◦ blue 180

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

Shades of Rainee #B9CDB4

Tints of Rainee #B9CDB4

RGB

 RED value IS 185 (72.66% from 255) = 32.46%

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

 BLUE value IS 180 (70.7% from 255) = 31.58%

R = 32.46%
G = 35.96%
B = 31.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#B9CDB4 (or 0xB9CDB4) is known color: Rainee. HEX triplet: B9, CD and B4. RGB value is (185,205,180). Sum of RGB (Red+Green+Blue) = 185+205+180=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDB4 is #46324B. Grayscale: #C4C4C4. Windows color (decimal): -4600396 or 11849145. OLE color: 11849145.

HSL color Cylindrical-coordinate representation of color #B9CDB4: hue angle of 108º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CDB4 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 205 180 -
CMYK 0.10 0 0.12 0.20
HSL 108º 0.2% 0.75% -
HSV(B) 108º 0.12% 0.8% -
XYZ 50.08 57.27 51.6 -
YUV 196.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 185 205 180 0.10 0 0.12 0.20 108 0.2 0.75
Hex B9 CD B4 A 0 C 14 6C 14 4B
Octal 271 315 264 12 0 14 24 154 24 113
Binary 10111001 11001101 10110100 1010 0 1100 10100 1101100 10100 1001011

Color Harmonies of #B9CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDB4

Black with #B9CDB4

Text Example


Text Example

White with #B9CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDB4; }

 p { color: rgb(185,205,180); }

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

background-color css

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

 a { background-color: rgb(185,205,180); }

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

border-color css

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

 span { border-color: rgb(185,205,180); }

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