#B8CDBE

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

Shades of Nebula #B8CDBE

Tints of Nebula #B8CDBE

Color information

#B8CDBE (or 0xB8CDBE) is unknown color: approx Nebula. HEX triplet: B8, CD and BE. RGB value is (184,205,190). Sum of RGB (Red+Green+Blue) = 184+205+190=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDBE is #473241. Grayscale: #C5C5C5. Windows color (decimal): -4665922 or 12504504. OLE color: 12504504.

HSL color Cylindrical-coordinate representation of color #B8CDBE: hue angle of 137.14º 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 #B8CDBE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB184205190-
CMYK0.1000.070.20
HSL137.14º17.36%76.27%-
HSV(B)137.14º10.24%80.39%-
XYZ50.8957.5757.15-
YUV197.01124.04118.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=31.78%
G=35.41%
B=32.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842051900.1000.070.20137.1417.3676.27
HexB8CDBEA071489114c
Octal27031527612072421121114
Binary101110001100110110111110101001111010010001001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDBE; }

 p { color: rgb(184,205,190); }

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

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

 a { background-color: rgb(184,205,190); }

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

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

 span { border-color: rgb(184,205,190); }

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