#B4D5BF

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

Shades of Nebula #B4D5BF

Tints of Nebula #B4D5BF

Color information

#B4D5BF (or 0xB4D5BF) is unknown color: approx Nebula. HEX triplet: B4, D5 and BF. RGB value is (180,213,191). Sum of RGB (Red+Green+Blue) = 180+213+191=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5BF is #4B2A40. Grayscale: #C8C8C8. Windows color (decimal): -4926017 or 12572084. OLE color: 12572084.

HSL color Cylindrical-coordinate representation of color #B4D5BF: hue angle of 140º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D5BF is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB180213191-
CMYK0.1500.100.16
HSL140º28.21%77.06%-
HSV(B)140º15.49%83.53%-
XYZ52.0261.0558.33-
YUV200.62122.57113.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.82%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 191 (75% from 255) = 32.71%
R=30.82%
G=36.47%
B=32.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802131910.1500.100.1614028.2177.06
HexB4D5BFF0A108c1c4d
Octal264325277170122021434115
Binary1011010011010101101111111111010101000010001100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D5BF; }

 p { color: rgb(180,213,191); }

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

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

 a { background-color: rgb(180,213,191); }

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

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

 span { border-color: rgb(180,213,191); }

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