#BFCDC4

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

Shades of Nebula #BFCDC4

Tints of Nebula #BFCDC4

Color information

#BFCDC4 (or 0xBFCDC4) is unknown color: approx Nebula. HEX triplet: BF, CD and C4. RGB value is (191,205,196). Sum of RGB (Red+Green+Blue) = 191+205+196=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDC4 is #40323B. Grayscale: #C7C7C7. Windows color (decimal): -4207164 or 12897727. OLE color: 12897727.

HSL color Cylindrical-coordinate representation of color #BFCDC4: hue angle of 141.43º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDC4 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB191205196-
CMYK0.0700.040.20
HSL141.43º12.28%77.65%-
HSV(B)141.43º6.83%80.39%-
XYZ53.2858.7260.75-
YUV199.79125.86121.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=32.26%
G=34.63%
B=33.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051960.0700.040.20141.4312.2877.65
HexBFCDC4704148dc4e
Octal2773153047042421514116
Binary1011111111001101110001001110100101001000110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDC4; }

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

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

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

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

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

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

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

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