#B5CDBE

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

Shades of Nebula #B5CDBE

Tints of Nebula #B5CDBE

Color information

#B5CDBE (or 0xB5CDBE) is unknown color: approx Nebula. HEX triplet: B5, CD and BE. RGB value is (181,205,190). Sum of RGB (Red+Green+Blue) = 181+205+190=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDBE is #4A3241. Grayscale: #C4C4C4. Windows color (decimal): -4862530 or 12504501. OLE color: 12504501.

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

Color convert

RGB181205190-
CMYK0.1200.070.20
HSL142.5º19.35%75.69%-
HSV(B)142.5º11.71%80.39%-
XYZ50.1857.257.11-
YUV196.11124.55117.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=31.42%
G=35.59%
B=32.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051900.1200.070.20142.519.3575.69
HexB5CDBEC07148e134c
Octal26531527614072421623114
Binary101101011100110110111110110001111010010001110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDBE; }

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

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

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

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

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

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

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

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