Html Css Color HEX #BCC3BE Nebula

📋 copy color: '#BCC3BE'

red 188 ◦ green 195 ◦ blue 190

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

Shades of Nebula #BCC3BE

Tints of Nebula #BCC3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.03%

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

R = 32.81%
G = 34.03%
B = 33.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#BCC3BE (or 0xBCC3BE) is known color: Nebula. HEX triplet: BC, C3 and BE. RGB value is (188,195,190). Sum of RGB (Red+Green+Blue) = 188+195+190=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3BE is #433C41. Grayscale: #C0C0C0. Windows color (decimal): -4406338 or 12501948. OLE color: 12501948.

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

Color convert

RGB 188 195 190 -
CMYK 0.04 0 0.03 0.24
HSL 137.14º 0.06% 0.75% -
HSV(B) 137.14º 0.04% 0.76% -
XYZ 49.55 53.44 56.42 -
YUV 192.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 188 195 190 0.04 0 0.03 0.24 137.14 0.06 0.75
Hex BC C3 BE 4 0 3 18 89 6 4B
Octal 274 303 276 4 0 3 30 211 6 113
Binary 10111100 11000011 10111110 100 0 11 11000 10001001 110 1001011

Color Harmonies of #BCC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3BE

Black with #BCC3BE

Text Example


Text Example

White with #BCC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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