Html Css Color HEX #BCCAC1 Nebula

📋 copy color: '#BCCAC1'

red 188 ◦ green 202 ◦ blue 193

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

Shades of Nebula #BCCAC1

Tints of Nebula #BCCAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.1%

R = 32.25%
G = 34.65%
B = 33.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#BCCAC1 (or 0xBCCAC1) is known color: Nebula. HEX triplet: BC, CA and C1. RGB value is (188,202,193). Sum of RGB (Red+Green+Blue) = 188+202+193=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAC1 is #43353E. Grayscale: #C4C4C4. Windows color (decimal): -4404543 or 12700348. OLE color: 12700348.

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

Color convert

RGB 188 202 193 -
CMYK 0.07 0 0.04 0.21
HSL 141.43º 0.12% 0.76% -
HSV(B) 141.43º 0.07% 0.79% -
XYZ 51.49 56.78 58.7 -
YUV 196.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 188 202 193 0.07 0 0.04 0.21 141.43 0.12 0.76
Hex BC CA C1 7 0 4 15 8D C 4C
Octal 274 312 301 7 0 4 25 215 14 114
Binary 10111100 11001010 11000001 111 0 100 10101 10001101 1100 1001100

Color Harmonies of #BCCAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAC1

Black with #BCCAC1

Text Example


Text Example

White with #BCCAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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