#BCD4C5

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

Shades of Nebula #BCD4C5

Tints of Nebula #BCD4C5

Color information

#BCD4C5 (or 0xBCD4C5) is unknown color: approx Nebula. HEX triplet: BC, D4 and C5. RGB value is (188,212,197). Sum of RGB (Red+Green+Blue) = 188+212+197=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4C5 is #432B3A. Grayscale: #CBCBCB. Windows color (decimal): -4401979 or 12965052. OLE color: 12965052.

HSL color Cylindrical-coordinate representation of color #BCD4C5: hue angle of 142.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD4C5 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB188212197-
CMYK0.1100.070.17
HSL142.5º21.82%78.43%-
HSV(B)142.5º11.32%83.14%-
XYZ54.3661.8161.89-
YUV203.11124.55117.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 197 (77.34% from 255) = 33.00%
R=31.49%
G=35.51%
B=33.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121970.1100.070.17142.521.8278.43
HexBCD4C5B07118e164e
Octal27432430513072121626116
Binary101111001101010011000101101101111000110001110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4C5; }

 p { color: rgb(188,212,197); }

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

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

 a { background-color: rgb(188,212,197); }

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

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

 span { border-color: rgb(188,212,197); }

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