#B7CCC1

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

Shades of Nebula #B7CCC1

Tints of Nebula #B7CCC1

Color information

#B7CCC1 (or 0xB7CCC1) is unknown color: approx Nebula. HEX triplet: B7, CC and C1. RGB value is (183,204,193). Sum of RGB (Red+Green+Blue) = 183+204+193=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCC1 is #48333E. Grayscale: #C4C4C4. Windows color (decimal): -4731711 or 12700855. OLE color: 12700855.

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

Color convert

RGB183204193-
CMYK0.1000.050.2
HSL148.57º17.07%75.88%-
HSV(B)148.57º10.29%80%-
XYZ50.7557.158.8-
YUV196.47126.04118.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=31.55%
G=35.17%
B=33.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832041930.1000.050.2148.5717.0775.88
HexB7CCC1A051495114c
Octal26731430112052422521114
Binary101101111100110011000001101001011010010010101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCC1; }

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

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

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

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

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

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

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

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