Html Css Color HEX #BDC5BB Rainee

📋 copy color: '#BDC5BB'

red 189 ◦ green 197 ◦ blue 187

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

Shades of Rainee #BDC5BB

Tints of Rainee #BDC5BB

RGB

 RED value IS 189 (74.22% from 255) = 32.98%

 GREEN value IS 197 (77.34% from 255) = 34.38%

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 32.98%
G = 34.38%
B = 32.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#BDC5BB (or 0xBDC5BB) is known color: Rainee. HEX triplet: BD, C5 and BB. RGB value is (189,197,187). Sum of RGB (Red+Green+Blue) = 189+197+187=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5BB is #423A44. Grayscale: #C1C1C1. Windows color (decimal): -4340293 or 12305853. OLE color: 12305853.

HSL color Cylindrical-coordinate representation of color #BDC5BB: hue angle of 108º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC5BB is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 187 -
CMYK 0.04 0 0.05 0.23
HSL 108º 0.08% 0.75% -
HSV(B) 108º 0.05% 0.77% -
XYZ 49.92 54.34 54.87 -
YUV 193.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 189 197 187 0.04 0 0.05 0.23 108 0.08 0.75
Hex BD C5 BB 4 0 5 17 6C 8 4B
Octal 275 305 273 4 0 5 27 154 10 113
Binary 10111101 11000101 10111011 100 0 101 10111 1101100 1000 1001011

Color Harmonies of #BDC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5BB

Black with #BDC5BB

Text Example


Text Example

White with #BDC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5BB; }

 p { color: rgb(189,197,187); }

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

background-color css

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

 a { background-color: rgb(189,197,187); }

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

border-color css

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

 span { border-color: rgb(189,197,187); }

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