#B9CEC1

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

Shades of Nebula #B9CEC1

Tints of Nebula #B9CEC1

Color information

#B9CEC1 (or 0xB9CEC1) is unknown color: approx Nebula. HEX triplet: B9, CE and C1. RGB value is (185,206,193). Sum of RGB (Red+Green+Blue) = 185+206+193=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEC1 is #46313E. Grayscale: #C6C6C6. Windows color (decimal): -4600127 or 12701369. OLE color: 12701369.

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

Color convert

RGB185206193-
CMYK0.1000.060.19
HSL142.86º17.65%76.67%-
HSV(B)142.86º10.19%80.78%-
XYZ51.758.3158.98-
YUV198.24125.04118.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=31.68%
G=35.27%
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.19
SystemRedGreenBlueCMYKHSL
Decimal1852061930.1000.060.19142.8617.6576.67
HexB9CEC1A06138f124d
Octal27131630112062321722115
Binary101110011100111011000001101001101001110001111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEC1; }

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

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

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

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

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

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

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

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