Html Css Color HEX #BCC4BF Nebula

📋 copy color: '#BCC4BF'

red 188 ◦ green 196 ◦ blue 191

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

Shades of Nebula #BCC4BF

Tints of Nebula #BCC4BF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.09%

 BLUE value IS 191 (75% from 255) = 33.22%

R = 32.7%
G = 34.09%
B = 33.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#BCC4BF (or 0xBCC4BF) is known color: Nebula. HEX triplet: BC, C4 and BF. RGB value is (188,196,191). Sum of RGB (Red+Green+Blue) = 188+196+191=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4BF is #433B40. Grayscale: #C1C1C1. Windows color (decimal): -4406081 or 12567740. OLE color: 12567740.

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

Color convert

RGB 188 196 191 -
CMYK 0.04 0 0.03 0.23
HSL 142.5º 0.06% 0.75% -
HSV(B) 142.5º 0.04% 0.77% -
XYZ 49.88 53.93 57.07 -
YUV 193.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 188 196 191 0.04 0 0.03 0.23 142.5 0.06 0.75
Hex BC C4 BF 4 0 3 17 8E 6 4B
Octal 274 304 277 4 0 3 27 216 6 113
Binary 10111100 11000100 10111111 100 0 11 10111 10001110 110 1001011

Color Harmonies of #BCC4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4BF

Black with #BCC4BF

Text Example


Text Example

White with #BCC4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4BF; }

 p { color: rgb(188,196,191); }

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

background-color css

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

 a { background-color: rgb(188,196,191); }

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

border-color css

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

 span { border-color: rgb(188,196,191); }

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