#B7CDBF

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

Shades of Nebula #B7CDBF

Tints of Nebula #B7CDBF

Color information

#B7CDBF (or 0xB7CDBF) is unknown color: approx Nebula. HEX triplet: B7, CD and BF. RGB value is (183,205,191). Sum of RGB (Red+Green+Blue) = 183+205+191=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDBF is #483240. Grayscale: #C4C4C4. Windows color (decimal): -4731457 or 12570039. OLE color: 12570039.

HSL color Cylindrical-coordinate representation of color #B7CDBF: hue angle of 141.82º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CDBF is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB183205191-
CMYK0.1100.070.20
HSL141.82º18.03%76.08%-
HSV(B)141.82º10.73%80.39%-
XYZ50.7657.4957.71-
YUV196.83124.71118.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.61%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 191 (75% from 255) = 32.99%
R=31.61%
G=35.41%
B=32.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832051910.1100.070.20141.8218.0376.08
HexB7CDBFB07148e124c
Octal26731527713072421622114
Binary101101111100110110111111101101111010010001110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDBF; }

 p { color: rgb(183,205,191); }

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

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

 a { background-color: rgb(183,205,191); }

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

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

 span { border-color: rgb(183,205,191); }

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