Html Css Color HEX #BDC4BB Rainee

📋 copy color: '#BDC4BB'

red 189 ◦ green 196 ◦ blue 187

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

Shades of Rainee #BDC4BB

Tints of Rainee #BDC4BB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.27%

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

R = 33.04%
G = 34.27%
B = 32.69%

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

#BDC4BB (or 0xBDC4BB) is known color: Rainee. HEX triplet: BD, C4 and BB. RGB value is (189,196,187). Sum of RGB (Red+Green+Blue) = 189+196+187=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4BB is #423B44. Grayscale: #C0C0C0. Windows color (decimal): -4340549 or 12305597. OLE color: 12305597.

HSL color Cylindrical-coordinate representation of color #BDC4BB: hue angle of 106.67º degrees, saturation: 0.07, 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 #BDC4BB is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 187 -
CMYK 0.04 0 0.05 0.23
HSL 106.67º 0.07% 0.75% -
HSV(B) 106.67º 0.05% 0.77% -
XYZ 49.7 53.89 54.8 -
YUV 192.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 189 196 187 0.04 0 0.05 0.23 106.67 0.07 0.75
Hex BD C4 BB 4 0 5 17 6B 7 4B
Octal 275 304 273 4 0 5 27 153 7 113
Binary 10111101 11000100 10111011 100 0 101 10111 1101011 111 1001011

Color Harmonies of #BDC4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4BB

Black with #BDC4BB

Text Example


Text Example

White with #BDC4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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