#B9CCC1

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

Shades of Nebula #B9CCC1

Tints of Nebula #B9CCC1

Color information

#B9CCC1 (or 0xB9CCC1) is unknown color: approx Nebula. HEX triplet: B9, CC and C1. RGB value is (185,204,193). Sum of RGB (Red+Green+Blue) = 185+204+193=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC1 is #46333E. Grayscale: #C5C5C5. Windows color (decimal): -4600639 or 12700857. OLE color: 12700857.

HSL color Cylindrical-coordinate representation of color #B9CCC1: hue angle of 145.26º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CCC1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB185204193-
CMYK0.0900.050.2
HSL145.26º15.7%76.27%-
HSV(B)145.26º9.31%80%-
XYZ51.2357.3558.82-
YUV197.06125.71119.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=31.79%
G=35.05%
B=33.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041930.0900.050.2145.2615.776.27
HexB9CCC19051491104c
Octal27131430111052422120114
Binary101110011100110011000001100101011010010010001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCC1; }

 p { color: rgb(185,204,193); }

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

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

 a { background-color: rgb(185,204,193); }

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

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

 span { border-color: rgb(185,204,193); }

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