#B7CEC1

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

Shades of Nebula #B7CEC1

Tints of Nebula #B7CEC1

Color information

#B7CEC1 (or 0xB7CEC1) is unknown color: approx Nebula. HEX triplet: B7, CE and C1. RGB value is (183,206,193). Sum of RGB (Red+Green+Blue) = 183+206+193=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEC1 is #48313E. Grayscale: #C5C5C5. Windows color (decimal): -4731199 or 12701367. OLE color: 12701367.

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

Color convert

RGB183206193-
CMYK0.1100.060.19
HSL146.09º19.01%76.27%-
HSV(B)146.09º11.17%80.78%-
XYZ51.2358.0658.96-
YUV197.64125.38117.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.44%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=31.44%
G=35.40%
B=33.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832061930.1100.060.19146.0919.0176.27
HexB7CEC1B061392134c
Octal26731630113062322223114
Binary101101111100111011000001101101101001110010010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CEC1; }

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

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

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

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

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

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

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

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