Html Css Color HEX #BCCAC0 Nebula

📋 copy color: '#BCCAC0'

red 188 ◦ green 202 ◦ blue 192

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

Shades of Nebula #BCCAC0

Tints of Nebula #BCCAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.71%

 BLUE value IS 192 (75.39% from 255) = 32.99%

R = 32.3%
G = 34.71%
B = 32.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#BCCAC0 (or 0xBCCAC0) is known color: Nebula. HEX triplet: BC, CA and C0. RGB value is (188,202,192). Sum of RGB (Red+Green+Blue) = 188+202+192=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC0 is #43353F. Grayscale: #C4C4C4. Windows color (decimal): -4404544 or 12634812. OLE color: 12634812.

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

Color convert

RGB 188 202 192 -
CMYK 0.07 0 0.05 0.21
HSL 137.14º 0.12% 0.76% -
HSV(B) 137.14º 0.07% 0.79% -
XYZ 51.37 56.74 58.11 -
YUV 196.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 188 202 192 0.07 0 0.05 0.21 137.14 0.12 0.76
Hex BC CA C0 7 0 5 15 89 C 4C
Octal 274 312 300 7 0 5 25 211 14 114
Binary 10111100 11001010 11000000 111 0 101 10101 10001001 1100 1001100

Color Harmonies of #BCCAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAC0

Black with #BCCAC0

Text Example


Text Example

White with #BCCAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAC0; }

 p { color: rgb(188,202,192); }

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

background-color css

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

 a { background-color: rgb(188,202,192); }

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

border-color css

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

 span { border-color: rgb(188,202,192); }

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