Html Css Color HEX #BCC9BA Rainee

📋 copy color: '#BCC9BA'

red 188 ◦ green 201 ◦ blue 186

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

Shades of Rainee #BCC9BA

Tints of Rainee #BCC9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.96%

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

R = 32.7%
G = 34.96%
B = 32.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#BCC9BA (or 0xBCC9BA) is known color: Rainee. HEX triplet: BC, C9 and BA. RGB value is (188,201,186). Sum of RGB (Red+Green+Blue) = 188+201+186=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9BA is #433645. Grayscale: #C3C3C3. Windows color (decimal): -4404806 or 12241340. OLE color: 12241340.

HSL color Cylindrical-coordinate representation of color #BCC9BA: hue angle of 112º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC9BA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 186 -
CMYK 0.06 0 0.07 0.21
HSL 112º 0.12% 0.76% -
HSV(B) 112º 0.07% 0.79% -
XYZ 50.49 56.01 54.6 -
YUV 195.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 188 201 186 0.06 0 0.07 0.21 112 0.12 0.76
Hex BC C9 BA 6 0 7 15 70 C 4C
Octal 274 311 272 6 0 7 25 160 14 114
Binary 10111100 11001001 10111010 110 0 111 10101 1110000 1100 1001100

Color Harmonies of #BCC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9BA

Black with #BCC9BA

Text Example


Text Example

White with #BCC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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