#B7D7C5

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

Shades of Nebula #B7D7C5

Tints of Nebula #B7D7C5

Color information

#B7D7C5 (or 0xB7D7C5) is unknown color: approx Nebula. HEX triplet: B7, D7 and C5. RGB value is (183,215,197). Sum of RGB (Red+Green+Blue) = 183+215+197=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7C5 is #48283A. Grayscale: #CBCBCB. Windows color (decimal): -4728891 or 12965815. OLE color: 12965815.

HSL color Cylindrical-coordinate representation of color #B7D7C5: hue angle of 146.25º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D7C5 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB183215197-
CMYK0.1500.080.16
HSL146.25º28.57%78.04%-
HSV(B)146.25º14.88%84.31%-
XYZ53.9162.762.08-
YUV203.38124.4113.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.76%
GREEN value IS 215 (84.38% from 255) = 36.13%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=30.76%
G=36.13%
B=33.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832151970.1500.080.16146.2528.5778.04
HexB7D7C5F0810921d4e
Octal267327305170102022235116
Binary1011011111010111110001011111010001000010010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D7C5; }

 p { color: rgb(183,215,197); }

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

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

 a { background-color: rgb(183,215,197); }

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

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

 span { border-color: rgb(183,215,197); }

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