#BCD1C4

Color #BCD1C4 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #BCD1C4

Tints of Nebula #BCD1C4

Color information

#BCD1C4 (or 0xBCD1C4) is unknown color: approx Nebula. HEX triplet: BC, D1 and C4. RGB value is (188,209,196). Sum of RGB (Red+Green+Blue) = 188+209+196=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1C4 is #432E3B. Grayscale: #C9C9C9. Windows color (decimal): -4402748 or 12898748. OLE color: 12898748.

HSL color Cylindrical-coordinate representation of color #BCD1C4: hue angle of 142.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD1C4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB188209196-
CMYK0.1000.060.18
HSL142.86º18.58%77.84%-
HSV(B)142.86º10.05%81.96%-
XYZ53.560.2861.04-
YUV201.24125.04118.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 209 (82.03% from 255) = 35.24%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=31.70%
G=35.24%
B=33.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091960.1000.060.18142.8618.5877.84
HexBCD1C4A06128f134e
Octal27432130412062221723116
Binary101111001101000111000100101001101001010001111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1C4; }

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

 H1.HeaderClassName
 {
   color: #BCD1C4;
 }
 .AnyTagClassName
 {
   color: #BCD1C4;
 }
</style>
background-color css

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

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

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

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

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

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