#B8CDC1

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

Shades of Nebula #B8CDC1

Tints of Nebula #B8CDC1

Color information

#B8CDC1 (or 0xB8CDC1) is unknown color: approx Nebula. HEX triplet: B8, CD and C1. RGB value is (184,205,193). Sum of RGB (Red+Green+Blue) = 184+205+193=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDC1 is #47323E. Grayscale: #C5C5C5. Windows color (decimal): -4665919 or 12701112. OLE color: 12701112.

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

Color convert

RGB184205193-
CMYK0.1000.060.20
HSL145.71º17.36%76.27%-
HSV(B)145.71º10.24%80.39%-
XYZ51.2257.758.89-
YUV197.35125.54118.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.62%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=31.62%
G=35.22%
B=33.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842051930.1000.060.20145.7117.3676.27
HexB8CDC1A061492114c
Octal27031530112062422221114
Binary101110001100110111000001101001101010010010010100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDC1; }

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

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

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

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

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

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

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

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