#B5CDC1

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

Shades of Nebula #B5CDC1

Tints of Nebula #B5CDC1

Color information

#B5CDC1 (or 0xB5CDC1) is unknown color: approx Nebula. HEX triplet: B5, CD and C1. RGB value is (181,205,193). Sum of RGB (Red+Green+Blue) = 181+205+193=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDC1 is #4A323E. Grayscale: #C4C4C4. Windows color (decimal): -4862527 or 12701109. OLE color: 12701109.

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

Color convert

RGB181205193-
CMYK0.1200.060.20
HSL150º19.35%75.69%-
HSV(B)150º11.71%80.39%-
XYZ50.5157.3458.86-
YUV196.46126.05116.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=31.26%
G=35.41%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051930.1200.060.2015019.3575.69
HexB5CDC1C061496134c
Octal26531530114062422623114
Binary101101011100110111000001110001101010010010110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDC1; }

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

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

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

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

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

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

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

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