#B7CEC2

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

Shades of Nebula #B7CEC2

Tints of Nebula #B7CEC2

Color information

#B7CEC2 (or 0xB7CEC2) is unknown color: approx Nebula. HEX triplet: B7, CE and C2. RGB value is (183,206,194). Sum of RGB (Red+Green+Blue) = 183+206+194=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEC2 is #48313D. Grayscale: #C5C5C5. Windows color (decimal): -4731198 or 12766903. OLE color: 12766903.

HSL color Cylindrical-coordinate representation of color #B7CEC2: hue angle of 148.7º 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 #B7CEC2 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB183206194-
CMYK0.1100.060.19
HSL148.7º19.01%76.27%-
HSV(B)148.7º11.17%80.78%-
XYZ51.3458.159.55-
YUV197.76125.88117.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.39%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=31.39%
G=35.33%
B=33.28%

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
Decimal1832061940.1100.060.19148.719.0176.27
HexB7CEC2B061395134c
Octal26731630213062322523114
Binary101101111100111011000010101101101001110010101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CEC2; }

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

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

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

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

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

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

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

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