Html Css Color HEX #BCCDC1 Nebula

📋 copy color: '#BCCDC1'

red 188 ◦ green 205 ◦ blue 193

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

Shades of Nebula #BCCDC1

Tints of Nebula #BCCDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.98%

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

R = 32.08%
G = 34.98%
B = 32.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#BCCDC1 (or 0xBCCDC1) is known color: Nebula. HEX triplet: BC, CD and C1. RGB value is (188,205,193). Sum of RGB (Red+Green+Blue) = 188+205+193=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDC1 is #43323E. Grayscale: #C6C6C6. Windows color (decimal): -4403775 or 12701116. OLE color: 12701116.

HSL color Cylindrical-coordinate representation of color #BCCDC1: hue angle of 137.65º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCDC1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 193 -
CMYK 0.08 0 0.06 0.20
HSL 137.65º 0.15% 0.77% -
HSV(B) 137.65º 0.08% 0.8% -
XYZ 52.2 58.2 58.94 -
YUV 198.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 188 205 193 0.08 0 0.06 0.20 137.65 0.15 0.77
Hex BC CD C1 8 0 6 14 8A F 4D
Octal 274 315 301 10 0 6 24 212 17 115
Binary 10111100 11001101 11000001 1000 0 110 10100 10001010 1111 1001101

Color Harmonies of #BCCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDC1

Black with #BCCDC1

Text Example


Text Example

White with #BCCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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