Html Css Color HEX #BCC2BE Nebula

📋 copy color: '#BCC2BE'

red 188 ◦ green 194 ◦ blue 190

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

Shades of Nebula #BCC2BE

Tints of Nebula #BCC2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.92%

 BLUE value IS 190 (74.61% from 255) = 33.22%

R = 32.87%
G = 33.92%
B = 33.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#BCC2BE (or 0xBCC2BE) is known color: Nebula. HEX triplet: BC, C2 and BE. RGB value is (188,194,190). Sum of RGB (Red+Green+Blue) = 188+194+190=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2BE is #433D41. Grayscale: #BFBFBF. Windows color (decimal): -4406594 or 12501692. OLE color: 12501692.

HSL color Cylindrical-coordinate representation of color #BCC2BE: hue angle of 140º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCC2BE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 190 -
CMYK 0.03 0 0.02 0.24
HSL 140º 0.05% 0.75% -
HSV(B) 140º 0.03% 0.76% -
XYZ 49.33 52.99 56.34 -
YUV 191.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 188 194 190 0.03 0 0.02 0.24 140 0.05 0.75
Hex BC C2 BE 3 0 2 18 8C 5 4B
Octal 274 302 276 3 0 2 30 214 5 113
Binary 10111100 11000010 10111110 11 0 10 11000 10001100 101 1001011

Color Harmonies of #BCC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2BE

Black with #BCC2BE

Text Example


Text Example

White with #BCC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2BE; }

 p { color: rgb(188,194,190); }

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

background-color css

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

 a { background-color: rgb(188,194,190); }

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

border-color css

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

 span { border-color: rgb(188,194,190); }

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