#BDCAC1

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

Shades of Nebula #BDCAC1

Tints of Nebula #BDCAC1

Color information

#BDCAC1 (or 0xBDCAC1) is unknown color: approx Nebula. HEX triplet: BD, CA and C1. RGB value is (189,202,193). Sum of RGB (Red+Green+Blue) = 189+202+193=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC1 is #42353E. Grayscale: #C5C5C5. Windows color (decimal): -4339007 or 12700349. OLE color: 12700349.

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

Color convert

RGB189202193-
CMYK0.0600.040.21
HSL138.46º10.92%76.67%-
HSV(B)138.46º6.44%79.22%-
XYZ51.7356.9158.71-
YUV197.09125.69122.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=32.36%
G=34.59%
B=33.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021930.0600.040.21138.4610.9276.67
HexBDCAC1604158ab4d
Octal2753123016042521213115
Binary1011110111001010110000011100100101011000101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAC1; }

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

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

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

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

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

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

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

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