Html Css Color HEX #BCC5BA Rainee

📋 copy color: '#BCC5BA'

red 188 ◦ green 197 ◦ blue 186

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

Shades of Rainee #BCC5BA

Tints of Rainee #BCC5BA

RGB

 RED value IS 188 (73.83% from 255) = 32.92%

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

 BLUE value IS 186 (73.05% from 255) = 32.57%

R = 32.92%
G = 34.5%
B = 32.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#BCC5BA (or 0xBCC5BA) is known color: Rainee. HEX triplet: BC, C5 and BA. RGB value is (188,197,186). Sum of RGB (Red+Green+Blue) = 188+197+186=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5BA is #433A45. Grayscale: #C1C1C1. Windows color (decimal): -4405830 or 12240316. OLE color: 12240316.

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

Color convert

RGB 188 197 186 -
CMYK 0.05 0 0.06 0.23
HSL 109.09º 0.09% 0.75% -
HSV(B) 109.09º 0.06% 0.77% -
XYZ 49.57 54.17 54.3 -
YUV 193.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 188 197 186 0.05 0 0.06 0.23 109.09 0.09 0.75
Hex BC C5 BA 5 0 6 17 6D 9 4B
Octal 274 305 272 5 0 6 27 155 11 113
Binary 10111100 11000101 10111010 101 0 110 10111 1101101 1001 1001011

Color Harmonies of #BCC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5BA

Black with #BCC5BA

Text Example


Text Example

White with #BCC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5BA; }

 p { color: rgb(188,197,186); }

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

background-color css

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

 a { background-color: rgb(188,197,186); }

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

border-color css

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

 span { border-color: rgb(188,197,186); }

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